Html Css Color HEX #F64BDA Free Speech Magenta

📋 copy color: '#F64BDA'

red 246 ◦ green 75 ◦ blue 218

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

Shades of Free Speech Magenta #F64BDA

Tints of Free Speech Magenta #F64BDA

RGB

 RED value IS 246 (96.48% from 255) = 45.64%

 GREEN value IS 75 (29.69% from 255) = 13.91%

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 45.64%
G = 13.91%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F64BDA (or 0xF64BDA) is known color: Free Speech Magenta. HEX triplet: F6, 4B and DA. RGB value is (246,75,218). Sum of RGB (Red+Green+Blue) = 246+75+218=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 75 (29.69% from 255 or 13.91% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BDA is #09B425. Grayscale: #8E8E8E. Windows color (decimal): -635942 or 14306294. OLE color: 14306294.

HSL color Cylindrical-coordinate representation of color #F64BDA: hue angle of 309.82º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64BDA is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 75 218 -
CMYK 0 0.70 0.11 0.04
HSL 309.82º 0.9% 0.63% -
HSV(B) 309.82º 0.7% 0.96% -
XYZ 53.18 29.69 69.26 -
YUV 142.43 170.65 201.87 -
System Red Green Blue C M Y K H S L
Decimal 246 75 218 0 0.70 0.11 0.04 309.82 0.9 0.63
Hex F6 4B DA 0 46 B 4 136 5A 3F
Octal 366 113 332 0 106 13 4 466 132 77
Binary 11110110 1001011 11011010 0 1000110 1011 100 100110110 1011010 111111

Color Harmonies of #F64BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64BDA

Black with #F64BDA

Text Example


Text Example

White with #F64BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64BDA; }

 p { color: rgb(246,75,218); }

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

background-color css

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

 a { background-color: rgb(246,75,218); }

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

border-color css

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

 span { border-color: rgb(246,75,218); }

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