Html Css Color HEX #F255E6 Free Speech Magenta

📋 copy color: '#F255E6'

red 242 ◦ green 85 ◦ blue 230

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

Shades of Free Speech Magenta #F255E6

Tints of Free Speech Magenta #F255E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.29%

R = 43.45%
G = 15.26%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F255E6 (or 0xF255E6) is known color: Free Speech Magenta. HEX triplet: F2, 55 and E6. RGB value is (242,85,230). Sum of RGB (Red+Green+Blue) = 242+85+230=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F255E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F255E6 is #0DAA19. Grayscale: #949494. Windows color (decimal): -895514 or 15095282. OLE color: 15095282.

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

Color convert

RGB 242 85 230 -
CMYK 0 0.65 0.05 0.05
HSL 304.59º 0.86% 0.64% -
HSV(B) 304.59º 0.65% 0.95% -
XYZ 54.15 31.09 78.01 -
YUV 148.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 242 85 230 0 0.65 0.05 0.05 304.59 0.86 0.64
Hex F2 55 E6 0 41 5 5 131 56 40
Octal 362 125 346 0 101 5 5 461 126 100
Binary 11110010 1010101 11100110 0 1000001 101 101 100110001 1010110 1000000

Color Harmonies of #F255E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255E6

Black with #F255E6

Text Example


Text Example

White with #F255E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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