Html Css Color HEX #FB4A7C French Rose

📋 copy color: '#FB4A7C'

red 251 ◦ green 74 ◦ blue 124

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

Shades of French Rose #FB4A7C

Tints of French Rose #FB4A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 55.9%
G = 16.48%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB4A7C (or 0xFB4A7C) is known color: French Rose. HEX triplet: FB, 4A and 7C. RGB value is (251,74,124). Sum of RGB (Red+Green+Blue) = 251+74+124=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4A7C is #04B583. Grayscale: #848484. Windows color (decimal): -308612 or 8145659. OLE color: 8145659.

HSL color Cylindrical-coordinate representation of color #FB4A7C: hue angle of 343.05º 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 #FB4A7C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 74 124 -
CMYK 0 0.71 0.51 0.02
HSL 343.05º 0.96% 0.64% -
HSV(B) 343.05º 0.71% 0.98% -
XYZ 45.87 26.86 21.84 -
YUV 132.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 251 74 124 0 0.71 0.51 0.02 343.05 0.96 0.64
Hex FB 4A 7C 0 47 33 2 157 60 40
Octal 373 112 174 0 107 63 2 527 140 100
Binary 11111011 1001010 1111100 0 1000111 110011 10 101010111 1100000 1000000

Color Harmonies of #FB4A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4A7C

Black with #FB4A7C

Text Example


Text Example

White with #FB4A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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