Html Css Color HEX #F2436C Radical Red

📋 copy color: '#F2436C'

red 242 ◦ green 67 ◦ blue 108

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

Shades of Radical Red #F2436C

Tints of Radical Red #F2436C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.07%

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

R = 58.03%
G = 16.07%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2436C (or 0xF2436C) is known color: Radical Red. HEX triplet: F2, 43 and 6C. RGB value is (242,67,108). Sum of RGB (Red+Green+Blue) = 242+67+108=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2436C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2436C is #0DBC93. Grayscale: #7C7C7C. Windows color (decimal): -900244 or 7095282. OLE color: 7095282.

HSL color Cylindrical-coordinate representation of color #F2436C: hue angle of 345.94º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2436C is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 67 108 -
CMYK 0 0.72 0.55 0.05
HSL 345.94º 0.87% 0.61% -
HSV(B) 345.94º 0.72% 0.95% -
XYZ 41.33 23.97 16.64 -
YUV 124 118.98 212.17 -
System Red Green Blue C M Y K H S L
Decimal 242 67 108 0 0.72 0.55 0.05 345.94 0.87 0.61
Hex F2 43 6C 0 48 37 5 15A 57 3D
Octal 362 103 154 0 110 67 5 532 127 75
Binary 11110010 1000011 1101100 0 1001000 110111 101 101011010 1010111 111101

Color Harmonies of #F2436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2436C

Black with #F2436C

Text Example


Text Example

White with #F2436C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2436C; }

 p { color: rgb(242,67,108); }

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

background-color css

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

 a { background-color: rgb(242,67,108); }

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

border-color css

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

 span { border-color: rgb(242,67,108); }

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