Html Css Color HEX #FB24A7 Persian Rose

📋 copy color: '#FB24A7'

red 251 ◦ green 36 ◦ blue 167

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

Shades of Persian Rose #FB24A7

Tints of Persian Rose #FB24A7

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.93%

 BLUE value IS 167 (65.63% from 255) = 36.78%

R = 55.29%
G = 7.93%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB24A7 (or 0xFB24A7) is known color: Persian Rose. HEX triplet: FB, 24 and A7. RGB value is (251,36,167). Sum of RGB (Red+Green+Blue) = 251+36+167=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB24A7 is #04DB58. Grayscale: #727272. Windows color (decimal): -318297 or 10953979. OLE color: 10953979.

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

Color convert

RGB 251 36 167 -
CMYK 0 0.86 0.33 0.02
HSL 323.44º 0.96% 0.56% -
HSV(B) 323.44º 0.86% 0.98% -
XYZ 47.39 24.56 38.8 -
YUV 115.22 157.23 224.85 -
System Red Green Blue C M Y K H S L
Decimal 251 36 167 0 0.86 0.33 0.02 323.44 0.96 0.56
Hex FB 24 A7 0 56 21 2 143 60 38
Octal 373 44 247 0 126 41 2 503 140 70
Binary 11111011 100100 10100111 0 1010110 100001 10 101000011 1100000 111000

Color Harmonies of #FB24A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB24A7

Black with #FB24A7

Text Example


Text Example

White with #FB24A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB24A7; }

 p { color: rgb(251,36,167); }

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

background-color css

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

 a { background-color: rgb(251,36,167); }

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

border-color css

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

 span { border-color: rgb(251,36,167); }

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