Html Css Color HEX #F255E4 Free Speech Magenta

📋 copy color: '#F255E4'

red 242 ◦ green 85 ◦ blue 228

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

Shades of Free Speech Magenta #F255E4

Tints of Free Speech Magenta #F255E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.08%

R = 43.6%
G = 15.32%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F255E4 (or 0xF255E4) is known color: Free Speech Magenta. HEX triplet: F2, 55 and E4. RGB value is (242,85,228). Sum of RGB (Red+Green+Blue) = 242+85+228=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 85 (33.59% from 255 or 15.32% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F255E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255E4 is #0DAA1B. Grayscale: #939393. Windows color (decimal): -895516 or 14964210. OLE color: 14964210.

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

Color convert

RGB 242 85 228 -
CMYK 0 0.65 0.06 0.05
HSL 305.35º 0.86% 0.64% -
HSV(B) 305.35º 0.65% 0.95% -
XYZ 53.87 30.98 76.54 -
YUV 148.25 173.01 194.87 -
System Red Green Blue C M Y K H S L
Decimal 242 85 228 0 0.65 0.06 0.05 305.35 0.86 0.64
Hex F2 55 E4 0 41 6 5 131 56 40
Octal 362 125 344 0 101 6 5 461 126 100
Binary 11110010 1010101 11100100 0 1000001 110 101 100110001 1010110 1000000

Color Harmonies of #F255E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255E4

Black with #F255E4

Text Example


Text Example

White with #F255E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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