Html Css Color HEX #F255CD Free Speech Magenta

📋 copy color: '#F255CD'

red 242 ◦ green 85 ◦ blue 205

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

Shades of Free Speech Magenta #F255CD

Tints of Free Speech Magenta #F255CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 45.49%
G = 15.98%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F255CD (or 0xF255CD) is known color: Free Speech Magenta. HEX triplet: F2, 55 and CD. RGB value is (242,85,205). Sum of RGB (Red+Green+Blue) = 242+85+205=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F255CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255CD is #0DAA32. Grayscale: #919191. Windows color (decimal): -895539 or 13456882. OLE color: 13456882.

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

Color convert

RGB 242 85 205 -
CMYK 0 0.65 0.15 0.05
HSL 314.14º 0.86% 0.64% -
HSV(B) 314.14º 0.65% 0.95% -
XYZ 50.89 29.78 60.82 -
YUV 145.62 161.51 196.74 -
System Red Green Blue C M Y K H S L
Decimal 242 85 205 0 0.65 0.15 0.05 314.14 0.86 0.64
Hex F2 55 CD 0 41 F 5 13A 56 40
Octal 362 125 315 0 101 17 5 472 126 100
Binary 11110010 1010101 11001101 0 1000001 1111 101 100111010 1010110 1000000

Color Harmonies of #F255CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255CD

Black with #F255CD

Text Example


Text Example

White with #F255CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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