Html Css Color HEX #F23256 Radical Red

📋 copy color: '#F23256'

red 242 ◦ green 50 ◦ blue 86

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

Shades of Radical Red #F23256

Tints of Radical Red #F23256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

 BLUE value IS 86 (33.98% from 255) = 22.75%

R = 64.02%
G = 13.23%
B = 22.75%

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

#F23256 (or 0xF23256) is known color: Radical Red. HEX triplet: F2, 32 and 56. RGB value is (242,50,86). Sum of RGB (Red+Green+Blue) = 242+50+86=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F23256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23256 is #0DCDA9. Grayscale: #6F6F6F. Windows color (decimal): -904618 or 5649138. OLE color: 5649138.

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

Color convert

RGB 242 50 86 -
CMYK 0 0.79 0.64 0.05
HSL 348.75º 0.88% 0.57% -
HSV(B) 348.75º 0.79% 0.95% -
XYZ 39.44 21.83 10.94 -
YUV 111.51 113.61 221.07 -
System Red Green Blue C M Y K H S L
Decimal 242 50 86 0 0.79 0.64 0.05 348.75 0.88 0.57
Hex F2 32 56 0 4F 40 5 15D 58 39
Octal 362 62 126 0 117 100 5 535 130 71
Binary 11110010 110010 1010110 0 1001111 1000000 101 101011101 1011000 111001

Color Harmonies of #F23256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23256

Black with #F23256

Text Example


Text Example

White with #F23256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23256; }

 p { color: rgb(242,50,86); }

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

background-color css

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

 a { background-color: rgb(242,50,86); }

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

border-color css

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

 span { border-color: rgb(242,50,86); }

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