Html Css Color HEX #F2279F Persian Rose

📋 copy color: '#F2279F'

red 242 ◦ green 39 ◦ blue 159

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

Shades of Persian Rose #F2279F

Tints of Persian Rose #F2279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.86%

 BLUE value IS 159 (62.5% from 255) = 36.14%

R = 55%
G = 8.86%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2279F (or 0xF2279F) is known color: Persian Rose. HEX triplet: F2, 27 and 9F. RGB value is (242,39,159). Sum of RGB (Red+Green+Blue) = 242+39+159=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2279F is #0DD860. Grayscale: #717171. Windows color (decimal): -907361 or 10430450. OLE color: 10430450.

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

Color convert

RGB 242 39 159 -
CMYK 0 0.84 0.34 0.05
HSL 324.53º 0.89% 0.55% -
HSV(B) 324.53º 0.84% 0.95% -
XYZ 43.6 22.83 34.91 -
YUV 113.38 153.75 219.74 -
System Red Green Blue C M Y K H S L
Decimal 242 39 159 0 0.84 0.34 0.05 324.53 0.89 0.55
Hex F2 27 9F 0 54 22 5 145 59 37
Octal 362 47 237 0 124 42 5 505 131 67
Binary 11110010 100111 10011111 0 1010100 100010 101 101000101 1011001 110111

Color Harmonies of #F2279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2279F

Black with #F2279F

Text Example


Text Example

White with #F2279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2279F; }

 p { color: rgb(242,39,159); }

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

background-color css

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

 a { background-color: rgb(242,39,159); }

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

border-color css

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

 span { border-color: rgb(242,39,159); }

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