Html Css Color HEX #FB259A Persian Rose

📋 copy color: '#FB259A'

red 251 ◦ green 37 ◦ blue 154

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

Shades of Persian Rose #FB259A

Tints of Persian Rose #FB259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.37%

 BLUE value IS 154 (60.55% from 255) = 34.84%

R = 56.79%
G = 8.37%
B = 34.84%

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

#FB259A (or 0xFB259A) is known color: Persian Rose. HEX triplet: FB, 25 and 9A. RGB value is (251,37,154). Sum of RGB (Red+Green+Blue) = 251+37+154=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB259A is #04DA65. Grayscale: #727272. Windows color (decimal): -318054 or 10102267. OLE color: 10102267.

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

Color convert

RGB 251 37 154 -
CMYK 0 0.85 0.39 0.02
HSL 327.2º 0.96% 0.56% -
HSV(B) 327.2º 0.85% 0.98% -
XYZ 46.28 24.17 32.8 -
YUV 114.32 150.4 225.49 -
System Red Green Blue C M Y K H S L
Decimal 251 37 154 0 0.85 0.39 0.02 327.2 0.96 0.56
Hex FB 25 9A 0 55 27 2 147 60 38
Octal 373 45 232 0 125 47 2 507 140 70
Binary 11111011 100101 10011010 0 1010101 100111 10 101000111 1100000 111000

Color Harmonies of #FB259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB259A

Black with #FB259A

Text Example


Text Example

White with #FB259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB259A; }

 p { color: rgb(251,37,154); }

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

background-color css

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

 a { background-color: rgb(251,37,154); }

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

border-color css

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

 span { border-color: rgb(251,37,154); }

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