Html Css Color HEX #F23358 Radical Red

📋 copy color: '#F23358'

red 242 ◦ green 51 ◦ blue 88

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

Shades of Radical Red #F23358

Tints of Radical Red #F23358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.39%

 BLUE value IS 88 (34.77% from 255) = 23.1%

R = 63.52%
G = 13.39%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F23358 (or 0xF23358) is known color: Radical Red. HEX triplet: F2, 33 and 58. RGB value is (242,51,88). Sum of RGB (Red+Green+Blue) = 242+51+88=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F23358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23358 is #0DCCA7. Grayscale: #707070. Windows color (decimal): -904360 or 5780466. OLE color: 5780466.

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

Color convert

RGB 242 51 88 -
CMYK 0 0.79 0.64 0.05
HSL 348.38º 0.88% 0.57% -
HSV(B) 348.38º 0.79% 0.95% -
XYZ 39.56 21.95 11.38 -
YUV 112.33 114.28 220.49 -
System Red Green Blue C M Y K H S L
Decimal 242 51 88 0 0.79 0.64 0.05 348.38 0.88 0.57
Hex F2 33 58 0 4F 40 5 15C 58 39
Octal 362 63 130 0 117 100 5 534 130 71
Binary 11110010 110011 1011000 0 1001111 1000000 101 101011100 1011000 111001

Color Harmonies of #F23358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23358

Black with #F23358

Text Example


Text Example

White with #F23358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23358; }

 p { color: rgb(242,51,88); }

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

background-color css

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

 a { background-color: rgb(242,51,88); }

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

border-color css

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

 span { border-color: rgb(242,51,88); }

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