Html Css Color HEX #F255DA Free Speech Magenta

📋 copy color: '#F255DA'

red 242 ◦ green 85 ◦ blue 218

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

Shades of Free Speech Magenta #F255DA

Tints of Free Speech Magenta #F255DA

RGB

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

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

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

R = 44.4%
G = 15.6%
B = 40%

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

#F255DA (or 0xF255DA) is known color: Free Speech Magenta. HEX triplet: F2, 55 and DA. RGB value is (242,85,218). Sum of RGB (Red+Green+Blue) = 242+85+218=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F255DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255DA is #0DAA25. Grayscale: #929292. Windows color (decimal): -895526 or 14308850. OLE color: 14308850.

HSL color Cylindrical-coordinate representation of color #F255DA: hue angle of 309.17º 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 #F255DA is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 85 218 -
CMYK 0 0.65 0.10 0.05
HSL 309.17º 0.86% 0.64% -
HSV(B) 309.17º 0.65% 0.95% -
XYZ 52.52 30.44 69.44 -
YUV 147.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 242 85 218 0 0.65 0.10 0.05 309.17 0.86 0.64
Hex F2 55 DA 0 41 A 5 135 56 40
Octal 362 125 332 0 101 12 5 465 126 100
Binary 11110010 1010101 11011010 0 1000001 1010 101 100110101 1010110 1000000

Color Harmonies of #F255DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255DA

Black with #F255DA

Text Example


Text Example

White with #F255DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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