Html Css Color HEX #F23964 Radical Red

📋 copy color: '#F23964'

red 242 ◦ green 57 ◦ blue 100

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

Shades of Radical Red #F23964

Tints of Radical Red #F23964

RGB

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

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

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

R = 60.65%
G = 14.29%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F23964 (or 0xF23964) is known color: Radical Red. HEX triplet: F2, 39 and 64. RGB value is (242,57,100). Sum of RGB (Red+Green+Blue) = 242+57+100=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F23964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23964 is #0DC69B. Grayscale: #757575. Windows color (decimal): -902812 or 6568434. OLE color: 6568434.

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

Color convert

RGB 242 57 100 -
CMYK 0 0.76 0.59 0.05
HSL 346.05º 0.88% 0.59% -
HSV(B) 346.05º 0.76% 0.95% -
XYZ 40.38 22.72 14.31 -
YUV 117.22 118.29 217 -
System Red Green Blue C M Y K H S L
Decimal 242 57 100 0 0.76 0.59 0.05 346.05 0.88 0.59
Hex F2 39 64 0 4C 3B 5 15A 58 3B
Octal 362 71 144 0 114 73 5 532 130 73
Binary 11110010 111001 1100100 0 1001100 111011 101 101011010 1011000 111011

Color Harmonies of #F23964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23964

Black with #F23964

Text Example


Text Example

White with #F23964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23964; }

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

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

background-color css

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

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

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

border-color css

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

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

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