Html Css Color HEX #F03D6C Radical Red

📋 copy color: '#F03D6C'

red 240 ◦ green 61 ◦ blue 108

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

Shades of Radical Red #F03D6C

Tints of Radical Red #F03D6C

RGB

 RED value IS 240 (94.14% from 255) = 58.68%

 GREEN value IS 61 (24.22% from 255) = 14.91%

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

R = 58.68%
G = 14.91%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F03D6C (or 0xF03D6C) is known color: Radical Red. HEX triplet: F0, 3D and 6C. RGB value is (240,61,108). Sum of RGB (Red+Green+Blue) = 240+61+108=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D6C is #0FC293. Grayscale: #777777. Windows color (decimal): -1032852 or 7093744. OLE color: 7093744.

HSL color Cylindrical-coordinate representation of color #F03D6C: hue angle of 344.25º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03D6C is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 61 108 -
CMYK 0 0.75 0.55 0.06
HSL 344.25º 0.86% 0.59% -
HSV(B) 344.25º 0.75% 0.94% -
XYZ 40.31 22.95 16.49 -
YUV 119.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 240 61 108 0 0.75 0.55 0.06 344.25 0.86 0.59
Hex F0 3D 6C 0 4B 37 6 158 56 3B
Octal 360 75 154 0 113 67 6 530 126 73
Binary 11110000 111101 1101100 0 1001011 110111 110 101011000 1010110 111011

Color Harmonies of #F03D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D6C

Black with #F03D6C

Text Example


Text Example

White with #F03D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D6C; }

 p { color: rgb(240,61,108); }

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

background-color css

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

 a { background-color: rgb(240,61,108); }

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

border-color css

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

 span { border-color: rgb(240,61,108); }

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