Html Css Color HEX #F23C6E Radical Red

📋 copy color: '#F23C6E'

red 242 ◦ green 60 ◦ blue 110

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

Shades of Radical Red #F23C6E

Tints of Radical Red #F23C6E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.56%

 BLUE value IS 110 (43.36% from 255) = 26.7%

R = 58.74%
G = 14.56%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F23C6E (or 0xF23C6E) is known color: Radical Red. HEX triplet: F2, 3C and 6E. RGB value is (242,60,110). Sum of RGB (Red+Green+Blue) = 242+60+110=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C6E is #0DC391. Grayscale: #787878. Windows color (decimal): -902034 or 7224562. OLE color: 7224562.

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

Color convert

RGB 242 60 110 -
CMYK 0 0.75 0.55 0.05
HSL 343.52º 0.88% 0.59% -
HSV(B) 343.52º 0.75% 0.95% -
XYZ 41.05 23.23 17.07 -
YUV 120.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 242 60 110 0 0.75 0.55 0.05 343.52 0.88 0.59
Hex F2 3C 6E 0 4B 37 5 158 58 3B
Octal 362 74 156 0 113 67 5 530 130 73
Binary 11110010 111100 1101110 0 1001011 110111 101 101011000 1011000 111011

Color Harmonies of #F23C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C6E

Black with #F23C6E

Text Example


Text Example

White with #F23C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C6E; }

 p { color: rgb(242,60,110); }

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

background-color css

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

 a { background-color: rgb(242,60,110); }

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

border-color css

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

 span { border-color: rgb(242,60,110); }

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