Html Css Color HEX #F2336F Radical Red

📋 copy color: '#F2336F'

red 242 ◦ green 51 ◦ blue 111

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

Shades of Radical Red #F2336F

Tints of Radical Red #F2336F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.62%

 BLUE value IS 111 (43.75% from 255) = 27.48%

R = 59.9%
G = 12.62%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2336F (or 0xF2336F) is known color: Radical Red. HEX triplet: F2, 33 and 6F. RGB value is (242,51,111). Sum of RGB (Red+Green+Blue) = 242+51+111=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2336F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2336F is #0DCC90. Grayscale: #727272. Windows color (decimal): -904337 or 7287794. OLE color: 7287794.

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

Color convert

RGB 242 51 111 -
CMYK 0 0.79 0.54 0.05
HSL 341.15º 0.88% 0.57% -
HSV(B) 341.15º 0.79% 0.95% -
XYZ 40.67 22.39 17.22 -
YUV 114.95 125.78 218.62 -
System Red Green Blue C M Y K H S L
Decimal 242 51 111 0 0.79 0.54 0.05 341.15 0.88 0.57
Hex F2 33 6F 0 4F 36 5 155 58 39
Octal 362 63 157 0 117 66 5 525 130 71
Binary 11110010 110011 1101111 0 1001111 110110 101 101010101 1011000 111001

Color Harmonies of #F2336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2336F

Black with #F2336F

Text Example


Text Example

White with #F2336F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2336F; }

 p { color: rgb(242,51,111); }

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

background-color css

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

 a { background-color: rgb(242,51,111); }

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

border-color css

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

 span { border-color: rgb(242,51,111); }

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