Html Css Color HEX #F42593 Persian Rose

📋 copy color: '#F42593'

red 244 ◦ green 37 ◦ blue 147

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

Shades of Persian Rose #F42593

Tints of Persian Rose #F42593

RGB

 RED value IS 244 (95.7% from 255) = 57.01%

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

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

R = 57.01%
G = 8.64%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F42593 (or 0xF42593) is known color: Persian Rose. HEX triplet: F4, 25 and 93. RGB value is (244,37,147). Sum of RGB (Red+Green+Blue) = 244+37+147=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F42593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42593 is #0BDA6C. Grayscale: #6F6F6F. Windows color (decimal): -776813 or 9643508. OLE color: 9643508.

HSL color Cylindrical-coordinate representation of color #F42593: hue angle of 328.12º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42593 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 37 147 -
CMYK 0 0.85 0.40 0.04
HSL 328.12º 0.9% 0.55% -
HSV(B) 328.12º 0.85% 0.96% -
XYZ 43.24 22.66 29.7 -
YUV 111.43 148.08 222.56 -
System Red Green Blue C M Y K H S L
Decimal 244 37 147 0 0.85 0.40 0.04 328.12 0.9 0.55
Hex F4 25 93 0 55 28 4 148 5A 37
Octal 364 45 223 0 125 50 4 510 132 67
Binary 11110100 100101 10010011 0 1010101 101000 100 101001000 1011010 110111

Color Harmonies of #F42593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42593

Black with #F42593

Text Example


Text Example

White with #F42593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42593; }

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

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

background-color css

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

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

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

border-color css

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

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

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