Html Css Color HEX #F050C4 Free Speech Magenta

📋 copy color: '#F050C4'

red 240 ◦ green 80 ◦ blue 196

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

Shades of Free Speech Magenta #F050C4

Tints of Free Speech Magenta #F050C4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.5%

 BLUE value IS 196 (76.95% from 255) = 37.98%

R = 46.51%
G = 15.5%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F050C4 (or 0xF050C4) is known color: Free Speech Magenta. HEX triplet: F0, 50 and C4. RGB value is (240,80,196). Sum of RGB (Red+Green+Blue) = 240+80+196=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F050C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050C4 is #0FAF3B. Grayscale: #8C8C8C. Windows color (decimal): -1027900 or 12865776. OLE color: 12865776.

HSL color Cylindrical-coordinate representation of color #F050C4: hue angle of 316.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F050C4 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 196 -
CMYK 0 0.67 0.18 0.06
HSL 316.5º 0.84% 0.63% -
HSV(B) 316.5º 0.67% 0.94% -
XYZ 48.77 28.25 55.11 -
YUV 141.06 159.01 198.57 -
System Red Green Blue C M Y K H S L
Decimal 240 80 196 0 0.67 0.18 0.06 316.5 0.84 0.63
Hex F0 50 C4 0 43 12 6 13C 54 3F
Octal 360 120 304 0 103 22 6 474 124 77
Binary 11110000 1010000 11000100 0 1000011 10010 110 100111100 1010100 111111

Color Harmonies of #F050C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050C4

Black with #F050C4

Text Example


Text Example

White with #F050C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050C4; }

 p { color: rgb(240,80,196); }

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

background-color css

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

 a { background-color: rgb(240,80,196); }

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

border-color css

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

 span { border-color: rgb(240,80,196); }

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