Html Css Color HEX #F23955 Radical Red

📋 copy color: '#F23955'

red 242 ◦ green 57 ◦ blue 85

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

Shades of Radical Red #F23955

Tints of Radical Red #F23955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.14%

R = 63.02%
G = 14.84%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F23955 (or 0xF23955) is known color: Radical Red. HEX triplet: F2, 39 and 55. RGB value is (242,57,85). Sum of RGB (Red+Green+Blue) = 242+57+85=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F23955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23955 is #0DC6AA. Grayscale: #737373. Windows color (decimal): -902827 or 5585394. OLE color: 5585394.

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

Color convert

RGB 242 57 85 -
CMYK 0 0.76 0.65 0.05
HSL 350.92º 0.88% 0.59% -
HSV(B) 350.92º 0.76% 0.95% -
XYZ 39.72 22.46 10.84 -
YUV 115.51 110.79 218.22 -
System Red Green Blue C M Y K H S L
Decimal 242 57 85 0 0.76 0.65 0.05 350.92 0.88 0.59
Hex F2 39 55 0 4C 41 5 15F 58 3B
Octal 362 71 125 0 114 101 5 537 130 73
Binary 11110010 111001 1010101 0 1001100 1000001 101 101011111 1011000 111011

Color Harmonies of #F23955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23955

Black with #F23955

Text Example


Text Example

White with #F23955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23955; }

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

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

background-color css

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

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

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

border-color css

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

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

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