Html Css Color HEX #F03665 Radical Red

📋 copy color: '#F03665'

red 240 ◦ green 54 ◦ blue 101

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

Shades of Radical Red #F03665

Tints of Radical Red #F03665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.57%

R = 60.76%
G = 13.67%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F03665 (or 0xF03665) is known color: Radical Red. HEX triplet: F0, 36 and 65. RGB value is (240,54,101). Sum of RGB (Red+Green+Blue) = 240+54+101=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F03665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03665 is #0FC99A. Grayscale: #727272. Windows color (decimal): -1034651 or 6633200. OLE color: 6633200.

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

Color convert

RGB 240 54 101 -
CMYK 0 0.78 0.58 0.06
HSL 344.84º 0.86% 0.58% -
HSV(B) 344.84º 0.78% 0.94% -
XYZ 39.6 22.1 14.49 -
YUV 114.97 120.12 217.18 -
System Red Green Blue C M Y K H S L
Decimal 240 54 101 0 0.78 0.58 0.06 344.84 0.86 0.58
Hex F0 36 65 0 4E 3A 6 159 56 3A
Octal 360 66 145 0 116 72 6 531 126 72
Binary 11110000 110110 1100101 0 1001110 111010 110 101011001 1010110 111010

Color Harmonies of #F03665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03665

Black with #F03665

Text Example


Text Example

White with #F03665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03665; }

 p { color: rgb(240,54,101); }

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

background-color css

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

 a { background-color: rgb(240,54,101); }

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

border-color css

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

 span { border-color: rgb(240,54,101); }

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