Html Css Color HEX #F5236C Radical Red

📋 copy color: '#F5236C'

red 245 ◦ green 35 ◦ blue 108

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

Shades of Radical Red #F5236C

Tints of Radical Red #F5236C

RGB

 RED value IS 245 (96.09% from 255) = 63.14%

 GREEN value IS 35 (14.06% from 255) = 9.02%

 BLUE value IS 108 (42.58% from 255) = 27.84%

R = 63.14%
G = 9.02%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5236C (or 0xF5236C) is known color: Radical Red. HEX triplet: F5, 23 and 6C. RGB value is (245,35,108). Sum of RGB (Red+Green+Blue) = 245+35+108=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5236C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5236C is #0ADC93. Grayscale: #6A6A6A. Windows color (decimal): -711828 or 7087093. OLE color: 7087093.

HSL color Cylindrical-coordinate representation of color #F5236C: hue angle of 339.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5236C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 35 108 -
CMYK 0 0.86 0.56 0.04
HSL 339.14º 0.91% 0.55% -
HSV(B) 339.14º 0.86% 0.96% -
XYZ 40.96 21.7 16.22 -
YUV 106.11 129.07 227.06 -
System Red Green Blue C M Y K H S L
Decimal 245 35 108 0 0.86 0.56 0.04 339.14 0.91 0.55
Hex F5 23 6C 0 56 38 4 153 5B 37
Octal 365 43 154 0 126 70 4 523 133 67
Binary 11110101 100011 1101100 0 1010110 111000 100 101010011 1011011 110111

Color Harmonies of #F5236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5236C

Black with #F5236C

Text Example


Text Example

White with #F5236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5236C; }

 p { color: rgb(245,35,108); }

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

background-color css

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

 a { background-color: rgb(245,35,108); }

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

border-color css

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

 span { border-color: rgb(245,35,108); }

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