Html Css Color HEX #F255E9 Free Speech Magenta

📋 copy color: '#F255E9'

red 242 ◦ green 85 ◦ blue 233

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

Shades of Free Speech Magenta #F255E9

Tints of Free Speech Magenta #F255E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.61%

R = 43.21%
G = 15.18%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F255E9 (or 0xF255E9) is known color: Free Speech Magenta. HEX triplet: F2, 55 and E9. RGB value is (242,85,233). Sum of RGB (Red+Green+Blue) = 242+85+233=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 85 (33.59% from 255 or 15.18% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F255E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F255E9 is #0DAA16. Grayscale: #949494. Windows color (decimal): -895511 or 15291890. OLE color: 15291890.

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

Color convert

RGB 242 85 233 -
CMYK 0 0.65 0.04 0.05
HSL 303.44º 0.86% 0.64% -
HSV(B) 303.44º 0.65% 0.95% -
XYZ 54.57 31.26 80.25 -
YUV 148.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 242 85 233 0 0.65 0.04 0.05 303.44 0.86 0.64
Hex F2 55 E9 0 41 4 5 12F 56 40
Octal 362 125 351 0 101 4 5 457 126 100
Binary 11110010 1010101 11101001 0 1000001 100 101 100101111 1010110 1000000

Color Harmonies of #F255E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255E9

Black with #F255E9

Text Example


Text Example

White with #F255E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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