Html Css Color HEX #F2259C Persian Rose

📋 copy color: '#F2259C'

red 242 ◦ green 37 ◦ blue 156

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

Shades of Persian Rose #F2259C

Tints of Persian Rose #F2259C

RGB

 RED value IS 242 (94.92% from 255) = 55.63%

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

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 55.63%
G = 8.51%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2259C (or 0xF2259C) is known color: Persian Rose. HEX triplet: F2, 25 and 9C. RGB value is (242,37,156). Sum of RGB (Red+Green+Blue) = 242+37+156=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2259C is #0DDA63. Grayscale: #6F6F6F. Windows color (decimal): -907876 or 10233330. OLE color: 10233330.

HSL color Cylindrical-coordinate representation of color #F2259C: hue angle of 325.17º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2259C is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 37 156 -
CMYK 0 0.85 0.36 0.05
HSL 325.17º 0.89% 0.55% -
HSV(B) 325.17º 0.85% 0.95% -
XYZ 43.28 22.6 33.53 -
YUV 111.86 152.92 220.82 -
System Red Green Blue C M Y K H S L
Decimal 242 37 156 0 0.85 0.36 0.05 325.17 0.89 0.55
Hex F2 25 9C 0 55 24 5 145 59 37
Octal 362 45 234 0 125 44 5 505 131 67
Binary 11110010 100101 10011100 0 1010101 100100 101 101000101 1011001 110111

Color Harmonies of #F2259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2259C

Black with #F2259C

Text Example


Text Example

White with #F2259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2259C; }

 p { color: rgb(242,37,156); }

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

background-color css

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

 a { background-color: rgb(242,37,156); }

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

border-color css

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

 span { border-color: rgb(242,37,156); }

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