Html Css Color HEX #F255CA Free Speech Magenta

📋 copy color: '#F255CA'

red 242 ◦ green 85 ◦ blue 202

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

Shades of Free Speech Magenta #F255CA

Tints of Free Speech Magenta #F255CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 45.75%
G = 16.07%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F255CA (or 0xF255CA) is known color: Free Speech Magenta. HEX triplet: F2, 55 and CA. RGB value is (242,85,202). Sum of RGB (Red+Green+Blue) = 242+85+202=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F255CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255CA is #0DAA35. Grayscale: #909090. Windows color (decimal): -895542 or 13260274. OLE color: 13260274.

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

Color convert

RGB 242 85 202 -
CMYK 0 0.65 0.17 0.05
HSL 315.29º 0.86% 0.64% -
HSV(B) 315.29º 0.65% 0.95% -
XYZ 50.53 29.64 58.93 -
YUV 145.28 160.01 196.99 -
System Red Green Blue C M Y K H S L
Decimal 242 85 202 0 0.65 0.17 0.05 315.29 0.86 0.64
Hex F2 55 CA 0 41 11 5 13B 56 40
Octal 362 125 312 0 101 21 5 473 126 100
Binary 11110010 1010101 11001010 0 1000001 10001 101 100111011 1010110 1000000

Color Harmonies of #F255CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255CA

Black with #F255CA

Text Example


Text Example

White with #F255CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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