Html Css Color HEX #F255EB Free Speech Magenta

📋 copy color: '#F255EB'

red 242 ◦ green 85 ◦ blue 235

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

Shades of Free Speech Magenta #F255EB

Tints of Free Speech Magenta #F255EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.81%

R = 43.06%
G = 15.12%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F255EB (or 0xF255EB) is known color: Free Speech Magenta. HEX triplet: F2, 55 and EB. RGB value is (242,85,235). Sum of RGB (Red+Green+Blue) = 242+85+235=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F255EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F255EB is #0DAA14. Grayscale: #949494. Windows color (decimal): -895509 or 15422962. OLE color: 15422962.

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

Color convert

RGB 242 85 235 -
CMYK 0 0.65 0.03 0.05
HSL 302.68º 0.86% 0.64% -
HSV(B) 302.68º 0.65% 0.95% -
XYZ 54.86 31.37 81.76 -
YUV 149.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 242 85 235 0 0.65 0.03 0.05 302.68 0.86 0.64
Hex F2 55 EB 0 41 3 5 12F 56 40
Octal 362 125 353 0 101 3 5 457 126 100
Binary 11110010 1010101 11101011 0 1000001 11 101 100101111 1010110 1000000

Color Harmonies of #F255EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255EB

Black with #F255EB

Text Example


Text Example

White with #F255EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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