Html Css Color HEX #F255E7 Free Speech Magenta

📋 copy color: '#F255E7'

red 242 ◦ green 85 ◦ blue 231

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

Shades of Free Speech Magenta #F255E7

Tints of Free Speech Magenta #F255E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.4%

R = 43.37%
G = 15.23%
B = 41.4%

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

#F255E7 (or 0xF255E7) is known color: Free Speech Magenta. HEX triplet: F2, 55 and E7. RGB value is (242,85,231). Sum of RGB (Red+Green+Blue) = 242+85+231=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F255E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F255E7 is #0DAA18. Grayscale: #949494. Windows color (decimal): -895513 or 15160818. OLE color: 15160818.

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

Color convert

RGB 242 85 231 -
CMYK 0 0.65 0.05 0.05
HSL 304.2º 0.86% 0.64% -
HSV(B) 304.2º 0.65% 0.95% -
XYZ 54.29 31.14 78.75 -
YUV 148.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 242 85 231 0 0.65 0.05 0.05 304.2 0.86 0.64
Hex F2 55 E7 0 41 5 5 130 56 40
Octal 362 125 347 0 101 5 5 460 126 100
Binary 11110010 1010101 11100111 0 1000001 101 101 100110000 1010110 1000000

Color Harmonies of #F255E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255E7

Black with #F255E7

Text Example


Text Example

White with #F255E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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