Html Css Color HEX #F862DB Free Speech Magenta

📋 copy color: '#F862DB'

red 248 ◦ green 98 ◦ blue 219

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

Shades of Free Speech Magenta #F862DB

Tints of Free Speech Magenta #F862DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.35%

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 43.89%
G = 17.35%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F862DB (or 0xF862DB) is known color: Free Speech Magenta. HEX triplet: F8, 62 and DB. RGB value is (248,98,219). Sum of RGB (Red+Green+Blue) = 248+98+219=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 98 (38.67% from 255 or 17.35% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F862DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F862DB is #079D24. Grayscale: #9C9C9C. Windows color (decimal): -498981 or 14377720. OLE color: 14377720.

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

Color convert

RGB 248 98 219 -
CMYK 0 0.60 0.12 0.03
HSL 311.6º 0.91% 0.68% -
HSV(B) 311.6º 0.6% 0.97% -
XYZ 55.87 33.81 70.6 -
YUV 156.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 248 98 219 0 0.60 0.12 0.03 311.6 0.91 0.68
Hex F8 62 DB 0 3C C 3 138 5B 44
Octal 370 142 333 0 74 14 3 470 133 104
Binary 11111000 1100010 11011011 0 111100 1100 11 100111000 1011011 1000100

Color Harmonies of #F862DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F862DB

Black with #F862DB

Text Example


Text Example

White with #F862DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F862DB; }

 p { color: rgb(248,98,219); }

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

background-color css

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

 a { background-color: rgb(248,98,219); }

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

border-color css

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

 span { border-color: rgb(248,98,219); }

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