Html Css Color HEX #F23655 Radical Red

📋 copy color: '#F23655'

red 242 ◦ green 54 ◦ blue 85

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

Shades of Radical Red #F23655

Tints of Radical Red #F23655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.17%

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

R = 63.52%
G = 14.17%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F23655 (or 0xF23655) is known color: Radical Red. HEX triplet: F2, 36 and 55. RGB value is (242,54,85). Sum of RGB (Red+Green+Blue) = 242+54+85=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F23655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23655 is #0DC9AA. Grayscale: #717171. Windows color (decimal): -903595 or 5584626. OLE color: 5584626.

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

Color convert

RGB 242 54 85 -
CMYK 0 0.78 0.65 0.05
HSL 350.11º 0.88% 0.58% -
HSV(B) 350.11º 0.78% 0.95% -
XYZ 39.58 22.17 10.79 -
YUV 113.75 111.78 219.48 -
System Red Green Blue C M Y K H S L
Decimal 242 54 85 0 0.78 0.65 0.05 350.11 0.88 0.58
Hex F2 36 55 0 4E 41 5 15E 58 3A
Octal 362 66 125 0 116 101 5 536 130 72
Binary 11110010 110110 1010101 0 1001110 1000001 101 101011110 1011000 111010

Color Harmonies of #F23655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23655

Black with #F23655

Text Example


Text Example

White with #F23655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23655; }

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

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

background-color css

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

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

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

border-color css

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

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

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