Html Css Color HEX #FB4B7C French Rose

📋 copy color: '#FB4B7C'

red 251 ◦ green 75 ◦ blue 124

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

Shades of French Rose #FB4B7C

Tints of French Rose #FB4B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.67%

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

R = 55.78%
G = 16.67%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB4B7C (or 0xFB4B7C) is known color: French Rose. HEX triplet: FB, 4B and 7C. RGB value is (251,75,124). Sum of RGB (Red+Green+Blue) = 251+75+124=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4B7C is #04B483. Grayscale: #858585. Windows color (decimal): -308356 or 8145915. OLE color: 8145915.

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

Color convert

RGB 251 75 124 -
CMYK 0 0.70 0.51 0.02
HSL 343.3º 0.96% 0.64% -
HSV(B) 343.3º 0.7% 0.98% -
XYZ 45.94 27 21.86 -
YUV 133.21 122.81 212.02 -
System Red Green Blue C M Y K H S L
Decimal 251 75 124 0 0.70 0.51 0.02 343.3 0.96 0.64
Hex FB 4B 7C 0 46 33 2 157 60 40
Octal 373 113 174 0 106 63 2 527 140 100
Binary 11111011 1001011 1111100 0 1000110 110011 10 101010111 1100000 1000000

Color Harmonies of #FB4B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4B7C

Black with #FB4B7C

Text Example


Text Example

White with #FB4B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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