Html Css Color HEX #F255DB Free Speech Magenta

📋 copy color: '#F255DB'

red 242 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #F255DB

Tints of Free Speech Magenta #F255DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.57%

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

R = 44.32%
G = 15.57%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F255DB (or 0xF255DB) is known color: Free Speech Magenta. HEX triplet: F2, 55 and DB. RGB value is (242,85,219). Sum of RGB (Red+Green+Blue) = 242+85+219=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F255DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255DB is #0DAA24. Grayscale: #929292. Windows color (decimal): -895525 or 14374386. OLE color: 14374386.

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

Color convert

RGB 242 85 219 -
CMYK 0 0.65 0.10 0.05
HSL 308.79º 0.86% 0.64% -
HSV(B) 308.79º 0.65% 0.95% -
XYZ 52.65 30.49 70.13 -
YUV 147.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 242 85 219 0 0.65 0.10 0.05 308.79 0.86 0.64
Hex F2 55 DB 0 41 A 5 135 56 40
Octal 362 125 333 0 101 12 5 465 126 100
Binary 11110010 1010101 11011011 0 1000001 1010 101 100110101 1010110 1000000

Color Harmonies of #F255DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255DB

Black with #F255DB

Text Example


Text Example

White with #F255DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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