Html Css Color HEX #FB4A94 French Rose

📋 copy color: '#FB4A94'

red 251 ◦ green 74 ◦ blue 148

#FB4A94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #FB4A94

Tints of French Rose #FB4A94

RGB

 RED value IS 251 (98.44% from 255) = 53.07%

 GREEN value IS 74 (29.3% from 255) = 15.64%

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 53.07%
G = 15.64%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FB4A94 (or 0xFB4A94) is known color: French Rose. HEX triplet: FB, 4A and 94. RGB value is (251,74,148). Sum of RGB (Red+Green+Blue) = 251+74+148=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4A94 is #04B56B. Grayscale: #878787. Windows color (decimal): -308588 or 9718523. OLE color: 9718523.

HSL color Cylindrical-coordinate representation of color #FB4A94: hue angle of 334.92º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4A94 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 74 148 -
CMYK 0 0.71 0.41 0.02
HSL 334.92º 0.96% 0.64% -
HSV(B) 334.92º 0.71% 0.98% -
XYZ 47.58 27.54 30.83 -
YUV 135.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 251 74 148 0 0.71 0.41 0.02 334.92 0.96 0.64
Hex FB 4A 94 0 47 29 2 14F 60 40
Octal 373 112 224 0 107 51 2 517 140 100
Binary 11111011 1001010 10010100 0 1000111 101001 10 101001111 1100000 1000000

Color Harmonies of #FB4A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4A94

Black with #FB4A94

Text Example


Text Example

White with #FB4A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4A94; }

 p { color: rgb(251,74,148); }

 H1.HeaderClassName
 {
   color: #FB4A94;
 }
 .AnyTagClassName
 {
   color: #FB4A94;
 }
</style>

background-color css

<style>
 a { background-color: #FB4A94; }

 a { background-color: rgb(251,74,148); }

 div.DivClassName
 {
   background-color: #FB4A94;
 }
 .BgClassName
 {
   background-color: #FB4A94;
 }
</style>

border-color css

<style>
 span { border-color: #FB4A94; }

 span { border-color: rgb(251,74,148); }

 td.TdClassName
 {
   border-color: #FB4A94;
 }
 .TagClassName
 {
   border-color: #FB4A94;
 }
</style>