Html Css Color HEX #F23962 Radical Red

📋 copy color: '#F23962'

red 242 ◦ green 57 ◦ blue 98

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

Shades of Radical Red #F23962

Tints of Radical Red #F23962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.36%

 BLUE value IS 98 (38.67% from 255) = 24.69%

R = 60.96%
G = 14.36%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F23962 (or 0xF23962) is known color: Radical Red. HEX triplet: F2, 39 and 62. RGB value is (242,57,98). Sum of RGB (Red+Green+Blue) = 242+57+98=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F23962 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23962 is #0DC69D. Grayscale: #757575. Windows color (decimal): -902814 or 6437362. OLE color: 6437362.

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

Color convert

RGB 242 57 98 -
CMYK 0 0.76 0.60 0.05
HSL 346.7º 0.88% 0.59% -
HSV(B) 346.7º 0.76% 0.95% -
XYZ 40.29 22.69 13.81 -
YUV 116.99 117.29 217.17 -
System Red Green Blue C M Y K H S L
Decimal 242 57 98 0 0.76 0.60 0.05 346.7 0.88 0.59
Hex F2 39 62 0 4C 3C 5 15B 58 3B
Octal 362 71 142 0 114 74 5 533 130 73
Binary 11110010 111001 1100010 0 1001100 111100 101 101011011 1011000 111011

Color Harmonies of #F23962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23962

Black with #F23962

Text Example


Text Example

White with #F23962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23962; }

 p { color: rgb(242,57,98); }

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

background-color css

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

 a { background-color: rgb(242,57,98); }

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

border-color css

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

 span { border-color: rgb(242,57,98); }

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