Html Css Color HEX #F23E83 Violet Red

📋 copy color: '#F23E83'

red 242 ◦ green 62 ◦ blue 131

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

Shades of Violet Red #F23E83

Tints of Violet Red #F23E83

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.25%

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 55.63%
G = 14.25%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F23E83 (or 0xF23E83) is known color: Violet Red. HEX triplet: F2, 3E and 83. RGB value is (242,62,131). Sum of RGB (Red+Green+Blue) = 242+62+131=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23E83 is #0DC17C. Grayscale: #7B7B7B. Windows color (decimal): -901501 or 8601330. OLE color: 8601330.

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

Color convert

RGB 242 62 131 -
CMYK 0 0.74 0.46 0.05
HSL 337º 0.87% 0.6% -
HSV(B) 337º 0.74% 0.95% -
XYZ 42.44 23.96 23.86 -
YUV 123.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 242 62 131 0 0.74 0.46 0.05 337 0.87 0.6
Hex F2 3E 83 0 4A 2E 5 151 57 3C
Octal 362 76 203 0 112 56 5 521 127 74
Binary 11110010 111110 10000011 0 1001010 101110 101 101010001 1010111 111100

Color Harmonies of #F23E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23E83

Black with #F23E83

Text Example


Text Example

White with #F23E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23E83; }

 p { color: rgb(242,62,131); }

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

background-color css

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

 a { background-color: rgb(242,62,131); }

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

border-color css

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

 span { border-color: rgb(242,62,131); }

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