Html Css Color HEX #F865DA Free Speech Magenta

📋 copy color: '#F865DA'

red 248 ◦ green 101 ◦ blue 218

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

Shades of Free Speech Magenta #F865DA

Tints of Free Speech Magenta #F865DA

RGB

 RED value IS 248 (97.27% from 255) = 43.74%

 GREEN value IS 101 (39.84% from 255) = 17.81%

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

R = 43.74%
G = 17.81%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F865DA (or 0xF865DA) is known color: Free Speech Magenta. HEX triplet: F8, 65 and DA. RGB value is (248,101,218). Sum of RGB (Red+Green+Blue) = 248+101+218=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F865DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865DA is #079A25. Grayscale: #9D9D9D. Windows color (decimal): -498214 or 14312952. OLE color: 14312952.

HSL color Cylindrical-coordinate representation of color #F865DA: hue angle of 312.24º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F865DA is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 101 218 -
CMYK 0 0.59 0.12 0.03
HSL 312.24º 0.91% 0.68% -
HSV(B) 312.24º 0.59% 0.97% -
XYZ 56.02 34.33 70 -
YUV 158.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 248 101 218 0 0.59 0.12 0.03 312.24 0.91 0.68
Hex F8 65 DA 0 3B C 3 138 5B 44
Octal 370 145 332 0 73 14 3 470 133 104
Binary 11111000 1100101 11011010 0 111011 1100 11 100111000 1011011 1000100

Color Harmonies of #F865DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F865DA

Black with #F865DA

Text Example


Text Example

White with #F865DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F865DA; }

 p { color: rgb(248,101,218); }

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

background-color css

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

 a { background-color: rgb(248,101,218); }

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

border-color css

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

 span { border-color: rgb(248,101,218); }

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