Html Css Color HEX #F255C7 Free Speech Magenta

📋 copy color: '#F255C7'

red 242 ◦ green 85 ◦ blue 199

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

Shades of Free Speech Magenta #F255C7

Tints of Free Speech Magenta #F255C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.83%

R = 46.01%
G = 16.16%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F255C7 (or 0xF255C7) is known color: Free Speech Magenta. HEX triplet: F2, 55 and C7. RGB value is (242,85,199). Sum of RGB (Red+Green+Blue) = 242+85+199=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F255C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255C7 is #0DAA38. Grayscale: #909090. Windows color (decimal): -895545 or 13063666. OLE color: 13063666.

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

Color convert

RGB 242 85 199 -
CMYK 0 0.65 0.18 0.05
HSL 316.43º 0.86% 0.64% -
HSV(B) 316.43º 0.65% 0.95% -
XYZ 50.18 29.5 57.08 -
YUV 144.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 242 85 199 0 0.65 0.18 0.05 316.43 0.86 0.64
Hex F2 55 C7 0 41 12 5 13C 56 40
Octal 362 125 307 0 101 22 5 474 126 100
Binary 11110010 1010101 11000111 0 1000001 10010 101 100111100 1010110 1000000

Color Harmonies of #F255C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255C7

Black with #F255C7

Text Example


Text Example

White with #F255C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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