Html Css Color HEX #F24495 Violet Red

📋 copy color: '#F24495'

red 242 ◦ green 68 ◦ blue 149

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

Shades of Violet Red #F24495

Tints of Violet Red #F24495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.81%

 BLUE value IS 149 (58.59% from 255) = 32.46%

R = 52.72%
G = 14.81%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F24495 (or 0xF24495) is known color: Violet Red. HEX triplet: F2, 44 and 95. RGB value is (242,68,149). Sum of RGB (Red+Green+Blue) = 242+68+149=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F24495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24495 is #0DBB6A. Grayscale: #818181. Windows color (decimal): -899947 or 9782514. OLE color: 9782514.

HSL color Cylindrical-coordinate representation of color #F24495: hue angle of 332.07º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24495 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 68 149 -
CMYK 0 0.72 0.38 0.05
HSL 332.07º 0.87% 0.61% -
HSV(B) 332.07º 0.72% 0.95% -
XYZ 44.11 25.18 30.97 -
YUV 129.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 242 68 149 0 0.72 0.38 0.05 332.07 0.87 0.61
Hex F2 44 95 0 48 26 5 14C 57 3D
Octal 362 104 225 0 110 46 5 514 127 75
Binary 11110010 1000100 10010101 0 1001000 100110 101 101001100 1010111 111101

Color Harmonies of #F24495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24495

Black with #F24495

Text Example


Text Example

White with #F24495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24495; }

 p { color: rgb(242,68,149); }

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

background-color css

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

 a { background-color: rgb(242,68,149); }

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

border-color css

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

 span { border-color: rgb(242,68,149); }

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