Html Css Color HEX #F2427D Violet Red

📋 copy color: '#F2427D'

red 242 ◦ green 66 ◦ blue 125

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

Shades of Violet Red #F2427D

Tints of Violet Red #F2427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.24%

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 55.89%
G = 15.24%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2427D (or 0xF2427D) is known color: Violet Red. HEX triplet: F2, 42 and 7D. RGB value is (242,66,125). Sum of RGB (Red+Green+Blue) = 242+66+125=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2427D is #0DBD82. Grayscale: #7D7D7D. Windows color (decimal): -900483 or 8209138. OLE color: 8209138.

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

Color convert

RGB 242 66 125 -
CMYK 0 0.73 0.48 0.05
HSL 339.89º 0.87% 0.6% -
HSV(B) 339.89º 0.73% 0.95% -
XYZ 42.27 24.25 21.86 -
YUV 125.35 127.81 211.2 -
System Red Green Blue C M Y K H S L
Decimal 242 66 125 0 0.73 0.48 0.05 339.89 0.87 0.6
Hex F2 42 7D 0 49 30 5 154 57 3C
Octal 362 102 175 0 111 60 5 524 127 74
Binary 11110010 1000010 1111101 0 1001001 110000 101 101010100 1010111 111100

Color Harmonies of #F2427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2427D

Black with #F2427D

Text Example


Text Example

White with #F2427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2427D; }

 p { color: rgb(242,66,125); }

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

background-color css

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

 a { background-color: rgb(242,66,125); }

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

border-color css

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

 span { border-color: rgb(242,66,125); }

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