Html Css Color HEX #FB239E Persian Rose

📋 copy color: '#FB239E'

red 251 ◦ green 35 ◦ blue 158

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

Shades of Persian Rose #FB239E

Tints of Persian Rose #FB239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.88%

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 56.53%
G = 7.88%
B = 35.59%

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

#FB239E (or 0xFB239E) is known color: Persian Rose. HEX triplet: FB, 23 and 9E. RGB value is (251,35,158). Sum of RGB (Red+Green+Blue) = 251+35+158=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB239E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB239E is #04DC61. Grayscale: #717171. Windows color (decimal): -318562 or 10363899. OLE color: 10363899.

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

Color convert

RGB 251 35 158 -
CMYK 0 0.86 0.37 0.02
HSL 325.83º 0.96% 0.56% -
HSV(B) 325.83º 0.86% 0.98% -
XYZ 46.56 24.18 34.56 -
YUV 113.61 153.06 226 -
System Red Green Blue C M Y K H S L
Decimal 251 35 158 0 0.86 0.37 0.02 325.83 0.96 0.56
Hex FB 23 9E 0 56 25 2 146 60 38
Octal 373 43 236 0 126 45 2 506 140 70
Binary 11111011 100011 10011110 0 1010110 100101 10 101000110 1100000 111000

Color Harmonies of #FB239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB239E

Black with #FB239E

Text Example


Text Example

White with #FB239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB239E; }

 p { color: rgb(251,35,158); }

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

background-color css

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

 a { background-color: rgb(251,35,158); }

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

border-color css

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

 span { border-color: rgb(251,35,158); }

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