Html Css Color HEX #FB24A8 Persian Rose

📋 copy color: '#FB24A8'

red 251 ◦ green 36 ◦ blue 168

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

Shades of Persian Rose #FB24A8

Tints of Persian Rose #FB24A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.92%

R = 55.16%
G = 7.91%
B = 36.92%

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

#FB24A8 (or 0xFB24A8) is known color: Persian Rose. HEX triplet: FB, 24 and A8. RGB value is (251,36,168). Sum of RGB (Red+Green+Blue) = 251+36+168=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB24A8 is #04DB57. Grayscale: #737373. Windows color (decimal): -318296 or 11019515. OLE color: 11019515.

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

Color convert

RGB 251 36 168 -
CMYK 0 0.86 0.33 0.02
HSL 323.16º 0.96% 0.56% -
HSV(B) 323.16º 0.86% 0.98% -
XYZ 47.48 24.6 39.29 -
YUV 115.33 157.73 224.77 -
System Red Green Blue C M Y K H S L
Decimal 251 36 168 0 0.86 0.33 0.02 323.16 0.96 0.56
Hex FB 24 A8 0 56 21 2 143 60 38
Octal 373 44 250 0 126 41 2 503 140 70
Binary 11111011 100100 10101000 0 1010110 100001 10 101000011 1100000 111000

Color Harmonies of #FB24A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB24A8

Black with #FB24A8

Text Example


Text Example

White with #FB24A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB24A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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