Html Css Color HEX #F257DC Free Speech Magenta

📋 copy color: '#F257DC'

red 242 ◦ green 87 ◦ blue 220

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

Shades of Free Speech Magenta #F257DC

Tints of Free Speech Magenta #F257DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.85%

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 44.08%
G = 15.85%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F257DC (or 0xF257DC) is known color: Free Speech Magenta. HEX triplet: F2, 57 and DC. RGB value is (242,87,220). Sum of RGB (Red+Green+Blue) = 242+87+220=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 87 (34.38% from 255 or 15.85% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F257DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257DC is #0DA823. Grayscale: #949494. Windows color (decimal): -895012 or 14440434. OLE color: 14440434.

HSL color Cylindrical-coordinate representation of color #F257DC: hue angle of 308.52º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F257DC is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 87 220 -
CMYK 0 0.64 0.09 0.05
HSL 308.52º 0.86% 0.65% -
HSV(B) 308.52º 0.64% 0.95% -
XYZ 52.94 30.86 70.88 -
YUV 148.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 242 87 220 0 0.64 0.09 0.05 308.52 0.86 0.65
Hex F2 57 DC 0 40 9 5 135 56 41
Octal 362 127 334 0 100 11 5 465 126 101
Binary 11110010 1010111 11011100 0 1000000 1001 101 100110101 1010110 1000001

Color Harmonies of #F257DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F257DC

Black with #F257DC

Text Example


Text Example

White with #F257DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F257DC; }

 p { color: rgb(242,87,220); }

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

background-color css

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

 a { background-color: rgb(242,87,220); }

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

border-color css

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

 span { border-color: rgb(242,87,220); }

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