Html Css Color HEX #F04CCB Free Speech Magenta

📋 copy color: '#F04CCB'

red 240 ◦ green 76 ◦ blue 203

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

Shades of Free Speech Magenta #F04CCB

Tints of Free Speech Magenta #F04CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.64%

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

R = 46.24%
G = 14.64%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F04CCB (or 0xF04CCB) is known color: Free Speech Magenta. HEX triplet: F0, 4C and CB. RGB value is (240,76,203). Sum of RGB (Red+Green+Blue) = 240+76+203=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CCB is #0FB334. Grayscale: #8B8B8B. Windows color (decimal): -1028917 or 13323504. OLE color: 13323504.

HSL color Cylindrical-coordinate representation of color #F04CCB: hue angle of 313.54º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04CCB is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 203 -
CMYK 0 0.68 0.15 0.06
HSL 313.54º 0.85% 0.62% -
HSV(B) 313.54º 0.68% 0.94% -
XYZ 49.3 28.01 59.31 -
YUV 139.51 163.83 199.67 -
System Red Green Blue C M Y K H S L
Decimal 240 76 203 0 0.68 0.15 0.06 313.54 0.85 0.62
Hex F0 4C CB 0 44 F 6 13A 55 3E
Octal 360 114 313 0 104 17 6 472 125 76
Binary 11110000 1001100 11001011 0 1000100 1111 110 100111010 1010101 111110

Color Harmonies of #F04CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CCB

Black with #F04CCB

Text Example


Text Example

White with #F04CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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