Html Css Color HEX #FB2698 Persian Rose

📋 copy color: '#FB2698'

red 251 ◦ green 38 ◦ blue 152

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

Shades of Persian Rose #FB2698

Tints of Persian Rose #FB2698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.62%

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

R = 56.92%
G = 8.62%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB2698 (or 0xFB2698) is known color: Persian Rose. HEX triplet: FB, 26 and 98. RGB value is (251,38,152). Sum of RGB (Red+Green+Blue) = 251+38+152=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2698 is #04D967. Grayscale: #727272. Windows color (decimal): -317800 or 9971451. OLE color: 9971451.

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

Color convert

RGB 251 38 152 -
CMYK 0 0.85 0.39 0.02
HSL 327.89º 0.96% 0.57% -
HSV(B) 327.89º 0.85% 0.98% -
XYZ 46.14 24.16 31.94 -
YUV 114.68 149.07 225.23 -
System Red Green Blue C M Y K H S L
Decimal 251 38 152 0 0.85 0.39 0.02 327.89 0.96 0.57
Hex FB 26 98 0 55 27 2 148 60 39
Octal 373 46 230 0 125 47 2 510 140 71
Binary 11111011 100110 10011000 0 1010101 100111 10 101001000 1100000 111001

Color Harmonies of #FB2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2698

Black with #FB2698

Text Example


Text Example

White with #FB2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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