Html Css Color HEX #FB2398 Persian Rose

📋 copy color: '#FB2398'

red 251 ◦ green 35 ◦ blue 152

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

Shades of Persian Rose #FB2398

Tints of Persian Rose #FB2398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.7%

R = 57.31%
G = 7.99%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB2398 (or 0xFB2398) is known color: Persian Rose. HEX triplet: FB, 23 and 98. RGB value is (251,35,152). Sum of RGB (Red+Green+Blue) = 251+35+152=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2398 is #04DC67. Grayscale: #707070. Windows color (decimal): -318568 or 9970683. OLE color: 9970683.

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

Color convert

RGB 251 35 152 -
CMYK 0 0.86 0.39 0.02
HSL 327.5º 0.96% 0.56% -
HSV(B) 327.5º 0.86% 0.98% -
XYZ 46.05 23.98 31.91 -
YUV 112.92 150.06 226.49 -
System Red Green Blue C M Y K H S L
Decimal 251 35 152 0 0.86 0.39 0.02 327.5 0.96 0.56
Hex FB 23 98 0 56 27 2 148 60 38
Octal 373 43 230 0 126 47 2 510 140 70
Binary 11111011 100011 10011000 0 1010110 100111 10 101001000 1100000 111000

Color Harmonies of #FB2398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2398

Black with #FB2398

Text Example


Text Example

White with #FB2398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2398; }

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

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

background-color css

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

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

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

border-color css

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

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

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