Html Css Color HEX #F2468C Violet Red

📋 copy color: '#F2468C'

red 242 ◦ green 70 ◦ blue 140

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

Shades of Violet Red #F2468C

Tints of Violet Red #F2468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.49%

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 53.54%
G = 15.49%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2468C (or 0xF2468C) is known color: Violet Red. HEX triplet: F2, 46 and 8C. RGB value is (242,70,140). Sum of RGB (Red+Green+Blue) = 242+70+140=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2468C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2468C is #0DB973. Grayscale: #818181. Windows color (decimal): -899444 or 9193202. OLE color: 9193202.

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

Color convert

RGB 242 70 140 -
CMYK 0 0.71 0.42 0.05
HSL 335.58º 0.87% 0.61% -
HSV(B) 335.58º 0.71% 0.95% -
XYZ 43.54 25.15 27.37 -
YUV 129.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 242 70 140 0 0.71 0.42 0.05 335.58 0.87 0.61
Hex F2 46 8C 0 47 2A 5 150 57 3D
Octal 362 106 214 0 107 52 5 520 127 75
Binary 11110010 1000110 10001100 0 1000111 101010 101 101010000 1010111 111101

Color Harmonies of #F2468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2468C

Black with #F2468C

Text Example


Text Example

White with #F2468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2468C; }

 p { color: rgb(242,70,140); }

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

background-color css

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

 a { background-color: rgb(242,70,140); }

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

border-color css

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

 span { border-color: rgb(242,70,140); }

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