Html Css Color HEX #F255CB Free Speech Magenta

📋 copy color: '#F255CB'

red 242 ◦ green 85 ◦ blue 203

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

Shades of Free Speech Magenta #F255CB

Tints of Free Speech Magenta #F255CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 45.66%
G = 16.04%
B = 38.3%

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

#F255CB (or 0xF255CB) is known color: Free Speech Magenta. HEX triplet: F2, 55 and CB. RGB value is (242,85,203). Sum of RGB (Red+Green+Blue) = 242+85+203=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F255CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255CB is #0DAA34. Grayscale: #919191. Windows color (decimal): -895541 or 13325810. OLE color: 13325810.

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

Color convert

RGB 242 85 203 -
CMYK 0 0.65 0.16 0.05
HSL 314.9º 0.86% 0.64% -
HSV(B) 314.9º 0.65% 0.95% -
XYZ 50.65 29.69 59.56 -
YUV 145.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 242 85 203 0 0.65 0.16 0.05 314.9 0.86 0.64
Hex F2 55 CB 0 41 10 5 13B 56 40
Octal 362 125 313 0 101 20 5 473 126 100
Binary 11110010 1010101 11001011 0 1000001 10000 101 100111011 1010110 1000000

Color Harmonies of #F255CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255CB

Black with #F255CB

Text Example


Text Example

White with #F255CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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