Html Css Color HEX #F060D4 Free Speech Magenta

📋 copy color: '#F060D4'

red 240 ◦ green 96 ◦ blue 212

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

Shades of Free Speech Magenta #F060D4

Tints of Free Speech Magenta #F060D4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.52%

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 43.8%
G = 17.52%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F060D4 (or 0xF060D4) is known color: Free Speech Magenta. HEX triplet: F0, 60 and D4. RGB value is (240,96,212). Sum of RGB (Red+Green+Blue) = 240+96+212=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F060D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060D4 is #0F9F2B. Grayscale: #979797. Windows color (decimal): -1023788 or 13918448. OLE color: 13918448.

HSL color Cylindrical-coordinate representation of color #F060D4: hue angle of 311.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060D4 is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 212 -
CMYK 0 0.6 0.12 0.06
HSL 311.67º 0.83% 0.66% -
HSV(B) 311.67º 0.6% 0.94% -
XYZ 52 31.64 65.65 -
YUV 152.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 240 96 212 0 0.6 0.12 0.06 311.67 0.83 0.66
Hex F0 60 D4 0 3C C 6 138 53 42
Octal 360 140 324 0 74 14 6 470 123 102
Binary 11110000 1100000 11010100 0 111100 1100 110 100111000 1010011 1000010

Color Harmonies of #F060D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060D4

Black with #F060D4

Text Example


Text Example

White with #F060D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060D4; }

 p { color: rgb(240,96,212); }

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

background-color css

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

 a { background-color: rgb(240,96,212); }

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

border-color css

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

 span { border-color: rgb(240,96,212); }

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