Html Css Color HEX #FB25AA Persian Rose

📋 copy color: '#FB25AA'

red 251 ◦ green 37 ◦ blue 170

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

Shades of Persian Rose #FB25AA

Tints of Persian Rose #FB25AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 54.8%
G = 8.08%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB25AA (or 0xFB25AA) is known color: Persian Rose. HEX triplet: FB, 25 and AA. RGB value is (251,37,170). Sum of RGB (Red+Green+Blue) = 251+37+170=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB25AA is #04DA55. Grayscale: #737373. Windows color (decimal): -318038 or 11150843. OLE color: 11150843.

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

Color convert

RGB 251 37 170 -
CMYK 0 0.85 0.32 0.02
HSL 322.71º 0.96% 0.56% -
HSV(B) 322.71º 0.85% 0.98% -
XYZ 47.7 24.73 40.29 -
YUV 116.15 158.4 224.19 -
System Red Green Blue C M Y K H S L
Decimal 251 37 170 0 0.85 0.32 0.02 322.71 0.96 0.56
Hex FB 25 AA 0 55 20 2 143 60 38
Octal 373 45 252 0 125 40 2 503 140 70
Binary 11111011 100101 10101010 0 1010101 100000 10 101000011 1100000 111000

Color Harmonies of #FB25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB25AA

Black with #FB25AA

Text Example


Text Example

White with #FB25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB25AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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