Html Css Color HEX #F04FCB Free Speech Magenta

📋 copy color: '#F04FCB'

red 240 ◦ green 79 ◦ blue 203

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

Shades of Free Speech Magenta #F04FCB

Tints of Free Speech Magenta #F04FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.13%

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 45.98%
G = 15.13%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F04FCB (or 0xF04FCB) is known color: Free Speech Magenta. HEX triplet: F0, 4F and CB. RGB value is (240,79,203). Sum of RGB (Red+Green+Blue) = 240+79+203=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FCB is #0FB034. Grayscale: #8C8C8C. Windows color (decimal): -1028149 or 13324272. OLE color: 13324272.

HSL color Cylindrical-coordinate representation of color #F04FCB: hue angle of 313.79º 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 #F04FCB is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 203 -
CMYK 0 0.67 0.15 0.06
HSL 313.79º 0.84% 0.63% -
HSV(B) 313.79º 0.67% 0.94% -
XYZ 49.51 28.43 59.38 -
YUV 141.28 162.84 198.42 -
System Red Green Blue C M Y K H S L
Decimal 240 79 203 0 0.67 0.15 0.06 313.79 0.84 0.63
Hex F0 4F CB 0 43 F 6 13A 54 3F
Octal 360 117 313 0 103 17 6 472 124 77
Binary 11110000 1001111 11001011 0 1000011 1111 110 100111010 1010100 111111

Color Harmonies of #F04FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FCB

Black with #F04FCB

Text Example


Text Example

White with #F04FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FCB; }

 p { color: rgb(240,79,203); }

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

background-color css

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

 a { background-color: rgb(240,79,203); }

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

border-color css

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

 span { border-color: rgb(240,79,203); }

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