Html Css Color HEX #FC259B Persian Rose

📋 copy color: '#FC259B'

red 252 ◦ green 37 ◦ blue 155

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

Shades of Persian Rose #FC259B

Tints of Persian Rose #FC259B

RGB

 RED value IS 252 (98.83% from 255) = 56.76%

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

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 56.76%
G = 8.33%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC259B (or 0xFC259B) is known color: Persian Rose. HEX triplet: FC, 25 and 9B. RGB value is (252,37,155). Sum of RGB (Red+Green+Blue) = 252+37+155=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC259B is #03DA64. Grayscale: #727272. Windows color (decimal): -252517 or 10167804. OLE color: 10167804.

HSL color Cylindrical-coordinate representation of color #FC259B: hue angle of 327.07º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC259B is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 37 155 -
CMYK 0 0.85 0.38 0.01
HSL 327.07º 0.97% 0.57% -
HSV(B) 327.07º 0.85% 0.99% -
XYZ 46.72 24.39 33.25 -
YUV 114.74 150.73 225.91 -
System Red Green Blue C M Y K H S L
Decimal 252 37 155 0 0.85 0.38 0.01 327.07 0.97 0.57
Hex FC 25 9B 0 55 26 1 147 61 39
Octal 374 45 233 0 125 46 1 507 141 71
Binary 11111100 100101 10011011 0 1010101 100110 1 101000111 1100001 111001

Color Harmonies of #FC259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC259B

Black with #FC259B

Text Example


Text Example

White with #FC259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC259B; }

 p { color: rgb(252,37,155); }

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

background-color css

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

 a { background-color: rgb(252,37,155); }

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

border-color css

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

 span { border-color: rgb(252,37,155); }

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