Html Css Color HEX #F255CC Free Speech Magenta

📋 copy color: '#F255CC'

red 242 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Magenta #F255CC

Tints of Free Speech Magenta #F255CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 45.57%
G = 16.01%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F255CC (or 0xF255CC) is known color: Free Speech Magenta. HEX triplet: F2, 55 and CC. RGB value is (242,85,204). Sum of RGB (Red+Green+Blue) = 242+85+204=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F255CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255CC is #0DAA33. Grayscale: #919191. Windows color (decimal): -895540 or 13391346. OLE color: 13391346.

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

Color convert

RGB 242 85 204 -
CMYK 0 0.65 0.16 0.05
HSL 314.52º 0.86% 0.64% -
HSV(B) 314.52º 0.65% 0.95% -
XYZ 50.77 29.73 60.19 -
YUV 145.51 161.01 196.82 -
System Red Green Blue C M Y K H S L
Decimal 242 85 204 0 0.65 0.16 0.05 314.52 0.86 0.64
Hex F2 55 CC 0 41 10 5 13B 56 40
Octal 362 125 314 0 101 20 5 473 126 100
Binary 11110010 1010101 11001100 0 1000001 10000 101 100111011 1010110 1000000

Color Harmonies of #F255CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255CC

Black with #F255CC

Text Example


Text Example

White with #F255CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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