Html Css Color HEX #F23764 Radical Red

📋 copy color: '#F23764'

red 242 ◦ green 55 ◦ blue 100

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

Shades of Radical Red #F23764

Tints of Radical Red #F23764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.85%

 BLUE value IS 100 (39.45% from 255) = 25.19%

R = 60.96%
G = 13.85%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F23764 (or 0xF23764) is known color: Radical Red. HEX triplet: F2, 37 and 64. RGB value is (242,55,100). Sum of RGB (Red+Green+Blue) = 242+55+100=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F23764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23764 is #0DC89B. Grayscale: #747474. Windows color (decimal): -903324 or 6567922. OLE color: 6567922.

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

Color convert

RGB 242 55 100 -
CMYK 0 0.77 0.59 0.05
HSL 345.56º 0.88% 0.58% -
HSV(B) 345.56º 0.77% 0.95% -
XYZ 40.28 22.53 14.28 -
YUV 116.04 118.95 217.84 -
System Red Green Blue C M Y K H S L
Decimal 242 55 100 0 0.77 0.59 0.05 345.56 0.88 0.58
Hex F2 37 64 0 4D 3B 5 15A 58 3A
Octal 362 67 144 0 115 73 5 532 130 72
Binary 11110010 110111 1100100 0 1001101 111011 101 101011010 1011000 111010

Color Harmonies of #F23764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23764

Black with #F23764

Text Example


Text Example

White with #F23764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23764; }

 p { color: rgb(242,55,100); }

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

background-color css

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

 a { background-color: rgb(242,55,100); }

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

border-color css

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

 span { border-color: rgb(242,55,100); }

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