Html Css Color HEX #F251DB Free Speech Magenta

📋 copy color: '#F251DB'

red 242 ◦ green 81 ◦ blue 219

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

Shades of Free Speech Magenta #F251DB

Tints of Free Speech Magenta #F251DB

RGB

 RED value IS 242 (94.92% from 255) = 44.65%

 GREEN value IS 81 (32.03% from 255) = 14.94%

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

R = 44.65%
G = 14.94%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F251DB (or 0xF251DB) is known color: Free Speech Magenta. HEX triplet: F2, 51 and DB. RGB value is (242,81,219). Sum of RGB (Red+Green+Blue) = 242+81+219=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 81 (32.03% from 255 or 14.94% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F251DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251DB is #0DAE24. Grayscale: #909090. Windows color (decimal): -896549 or 14373362. OLE color: 14373362.

HSL color Cylindrical-coordinate representation of color #F251DB: hue angle of 308.57º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F251DB is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 81 219 -
CMYK 0 0.67 0.10 0.05
HSL 308.57º 0.86% 0.63% -
HSV(B) 308.57º 0.67% 0.95% -
XYZ 52.35 29.88 70.03 -
YUV 144.87 169.84 197.28 -
System Red Green Blue C M Y K H S L
Decimal 242 81 219 0 0.67 0.10 0.05 308.57 0.86 0.63
Hex F2 51 DB 0 43 A 5 135 56 3F
Octal 362 121 333 0 103 12 5 465 126 77
Binary 11110010 1010001 11011011 0 1000011 1010 101 100110101 1010110 111111

Color Harmonies of #F251DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251DB

Black with #F251DB

Text Example


Text Example

White with #F251DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251DB; }

 p { color: rgb(242,81,219); }

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

background-color css

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

 a { background-color: rgb(242,81,219); }

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

border-color css

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

 span { border-color: rgb(242,81,219); }

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