Html Css Color HEX #FB39B2 Persian Rose

📋 copy color: '#FB39B2'

red 251 ◦ green 57 ◦ blue 178

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

Shades of Persian Rose #FB39B2

Tints of Persian Rose #FB39B2

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.73%

 BLUE value IS 178 (69.92% from 255) = 36.63%

R = 51.65%
G = 11.73%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB39B2 (or 0xFB39B2) is known color: Persian Rose. HEX triplet: FB, 39 and B2. RGB value is (251,57,178). Sum of RGB (Red+Green+Blue) = 251+57+178=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB39B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB39B2 is #04C64D. Grayscale: #808080. Windows color (decimal): -312910 or 11680251. OLE color: 11680251.

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

Color convert

RGB 251 57 178 -
CMYK 0 0.77 0.29 0.02
HSL 322.58º 0.96% 0.6% -
HSV(B) 322.58º 0.77% 0.98% -
XYZ 49.28 26.65 44.67 -
YUV 128.8 155.77 215.16 -
System Red Green Blue C M Y K H S L
Decimal 251 57 178 0 0.77 0.29 0.02 322.58 0.96 0.6
Hex FB 39 B2 0 4D 1D 2 143 60 3C
Octal 373 71 262 0 115 35 2 503 140 74
Binary 11111011 111001 10110010 0 1001101 11101 10 101000011 1100000 111100

Color Harmonies of #FB39B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB39B2

Black with #FB39B2

Text Example


Text Example

White with #FB39B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB39B2; }

 p { color: rgb(251,57,178); }

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

background-color css

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

 a { background-color: rgb(251,57,178); }

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

border-color css

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

 span { border-color: rgb(251,57,178); }

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