Html Css Color HEX #F22593 Persian Rose

📋 copy color: '#F22593'

red 242 ◦ green 37 ◦ blue 147

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

Shades of Persian Rose #F22593

Tints of Persian Rose #F22593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 56.81%
G = 8.69%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F22593 (or 0xF22593) is known color: Persian Rose. HEX triplet: F2, 25 and 93. RGB value is (242,37,147). Sum of RGB (Red+Green+Blue) = 242+37+147=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F22593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22593 is #0DDA6C. Grayscale: #6E6E6E. Windows color (decimal): -907885 or 9643506. OLE color: 9643506.

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

Color convert

RGB 242 37 147 -
CMYK 0 0.85 0.39 0.05
HSL 327.8º 0.89% 0.55% -
HSV(B) 327.8º 0.85% 0.95% -
XYZ 42.55 22.31 29.67 -
YUV 110.84 148.42 221.56 -
System Red Green Blue C M Y K H S L
Decimal 242 37 147 0 0.85 0.39 0.05 327.8 0.89 0.55
Hex F2 25 93 0 55 27 5 148 59 37
Octal 362 45 223 0 125 47 5 510 131 67
Binary 11110010 100101 10010011 0 1010101 100111 101 101001000 1011001 110111

Color Harmonies of #F22593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22593

Black with #F22593

Text Example


Text Example

White with #F22593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22593; }

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

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

background-color css

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

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

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

border-color css

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

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

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