Html Css Color HEX #FB249F Persian Rose

📋 copy color: '#FB249F'

red 251 ◦ green 36 ◦ blue 159

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

Shades of Persian Rose #FB249F

Tints of Persian Rose #FB249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 56.28%
G = 8.07%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB249F (or 0xFB249F) is known color: Persian Rose. HEX triplet: FB, 24 and 9F. RGB value is (251,36,159). Sum of RGB (Red+Green+Blue) = 251+36+159=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB249F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB249F is #04DB60. Grayscale: #727272. Windows color (decimal): -318305 or 10429691. OLE color: 10429691.

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

Color convert

RGB 251 36 159 -
CMYK 0 0.86 0.37 0.02
HSL 325.67º 0.96% 0.56% -
HSV(B) 325.67º 0.86% 0.98% -
XYZ 46.67 24.27 35.03 -
YUV 114.31 153.23 225.5 -
System Red Green Blue C M Y K H S L
Decimal 251 36 159 0 0.86 0.37 0.02 325.67 0.96 0.56
Hex FB 24 9F 0 56 25 2 146 60 38
Octal 373 44 237 0 126 45 2 506 140 70
Binary 11111011 100100 10011111 0 1010110 100101 10 101000110 1100000 111000

Color Harmonies of #FB249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB249F

Black with #FB249F

Text Example


Text Example

White with #FB249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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