Html Css Color HEX #F23864 Radical Red

📋 copy color: '#F23864'

red 242 ◦ green 56 ◦ blue 100

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

Shades of Radical Red #F23864

Tints of Radical Red #F23864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.07%

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

R = 60.8%
G = 14.07%
B = 25.13%

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

#F23864 (or 0xF23864) is known color: Radical Red. HEX triplet: F2, 38 and 64. RGB value is (242,56,100). Sum of RGB (Red+Green+Blue) = 242+56+100=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F23864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23864 is #0DC79B. Grayscale: #747474. Windows color (decimal): -903068 or 6568178. OLE color: 6568178.

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

Color convert

RGB 242 56 100 -
CMYK 0 0.77 0.59 0.05
HSL 345.81º 0.88% 0.58% -
HSV(B) 345.81º 0.77% 0.95% -
XYZ 40.33 22.63 14.3 -
YUV 116.63 118.62 217.42 -
System Red Green Blue C M Y K H S L
Decimal 242 56 100 0 0.77 0.59 0.05 345.81 0.88 0.58
Hex F2 38 64 0 4D 3B 5 15A 58 3A
Octal 362 70 144 0 115 73 5 532 130 72
Binary 11110010 111000 1100100 0 1001101 111011 101 101011010 1011000 111010

Color Harmonies of #F23864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23864

Black with #F23864

Text Example


Text Example

White with #F23864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23864; }

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

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

background-color css

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

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

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

border-color css

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

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

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