Html Css Color HEX #F2299A Persian Rose

📋 copy color: '#F2299A'

red 242 ◦ green 41 ◦ blue 154

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

Shades of Persian Rose #F2299A

Tints of Persian Rose #F2299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.38%

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

R = 55.38%
G = 9.38%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2299A (or 0xF2299A) is known color: Persian Rose. HEX triplet: F2, 29 and 9A. RGB value is (242,41,154). Sum of RGB (Red+Green+Blue) = 242+41+154=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2299A is #0DD665. Grayscale: #717171. Windows color (decimal): -906854 or 10103282. OLE color: 10103282.

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

Color convert

RGB 242 41 154 -
CMYK 0 0.83 0.36 0.05
HSL 326.27º 0.89% 0.55% -
HSV(B) 326.27º 0.83% 0.95% -
XYZ 43.24 22.8 32.69 -
YUV 113.98 150.59 219.31 -
System Red Green Blue C M Y K H S L
Decimal 242 41 154 0 0.83 0.36 0.05 326.27 0.89 0.55
Hex F2 29 9A 0 53 24 5 146 59 37
Octal 362 51 232 0 123 44 5 506 131 67
Binary 11110010 101001 10011010 0 1010011 100100 101 101000110 1011001 110111

Color Harmonies of #F2299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2299A

Black with #F2299A

Text Example


Text Example

White with #F2299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2299A; }

 p { color: rgb(242,41,154); }

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

background-color css

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

 a { background-color: rgb(242,41,154); }

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

border-color css

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

 span { border-color: rgb(242,41,154); }

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