Html Css Color HEX #F23585 Violet Red

📋 copy color: '#F23585'

red 242 ◦ green 53 ◦ blue 133

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

Shades of Violet Red #F23585

Tints of Violet Red #F23585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.38%

 BLUE value IS 133 (52.34% from 255) = 31.07%

R = 56.54%
G = 12.38%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F23585 (or 0xF23585) is known color: Violet Red. HEX triplet: F2, 35 and 85. RGB value is (242,53,133). Sum of RGB (Red+Green+Blue) = 242+53+133=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F23585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23585 is #0DCA7A. Grayscale: #767676. Windows color (decimal): -903803 or 8730098. OLE color: 8730098.

HSL color Cylindrical-coordinate representation of color #F23585: hue angle of 334.6º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23585 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 53 133 -
CMYK 0 0.78 0.45 0.05
HSL 334.6º 0.88% 0.58% -
HSV(B) 334.6º 0.78% 0.95% -
XYZ 42.12 23.12 24.43 -
YUV 118.63 136.12 216 -
System Red Green Blue C M Y K H S L
Decimal 242 53 133 0 0.78 0.45 0.05 334.6 0.88 0.58
Hex F2 35 85 0 4E 2D 5 14F 58 3A
Octal 362 65 205 0 116 55 5 517 130 72
Binary 11110010 110101 10000101 0 1001110 101101 101 101001111 1011000 111010

Color Harmonies of #F23585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23585

Black with #F23585

Text Example


Text Example

White with #F23585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23585; }

 p { color: rgb(242,53,133); }

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

background-color css

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

 a { background-color: rgb(242,53,133); }

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

border-color css

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

 span { border-color: rgb(242,53,133); }

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