Html Css Color HEX #F23F52 Radical Red

📋 copy color: '#F23F52'

red 242 ◦ green 63 ◦ blue 82

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

Shades of Radical Red #F23F52

Tints of Radical Red #F23F52

RGB

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

 GREEN value IS 63 (25% from 255) = 16.28%

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 62.53%
G = 16.28%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F23F52 (or 0xF23F52) is known color: Radical Red. HEX triplet: F2, 3F and 52. RGB value is (242,63,82). Sum of RGB (Red+Green+Blue) = 242+63+82=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F52 is #0DC0AD. Grayscale: #767676. Windows color (decimal): -901294 or 5390322. OLE color: 5390322.

HSL color Cylindrical-coordinate representation of color #F23F52: hue angle of 353.63º 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 #F23F52 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 63 82 -
CMYK 0 0.74 0.66 0.05
HSL 353.63º 0.87% 0.6% -
HSV(B) 353.63º 0.74% 0.95% -
XYZ 39.92 23.04 10.33 -
YUV 118.69 107.3 215.96 -
System Red Green Blue C M Y K H S L
Decimal 242 63 82 0 0.74 0.66 0.05 353.63 0.87 0.6
Hex F2 3F 52 0 4A 42 5 162 57 3C
Octal 362 77 122 0 112 102 5 542 127 74
Binary 11110010 111111 1010010 0 1001010 1000010 101 101100010 1010111 111100

Color Harmonies of #F23F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F52

Black with #F23F52

Text Example


Text Example

White with #F23F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F52; }

 p { color: rgb(242,63,82); }

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

background-color css

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

 a { background-color: rgb(242,63,82); }

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

border-color css

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

 span { border-color: rgb(242,63,82); }

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