Html Css Color HEX #F253CE Free Speech Magenta

📋 copy color: '#F253CE'

red 242 ◦ green 83 ◦ blue 206

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

Shades of Free Speech Magenta #F253CE

Tints of Free Speech Magenta #F253CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.63%

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 45.57%
G = 15.63%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F253CE (or 0xF253CE) is known color: Free Speech Magenta. HEX triplet: F2, 53 and CE. RGB value is (242,83,206). Sum of RGB (Red+Green+Blue) = 242+83+206=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F253CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253CE is #0DAC31. Grayscale: #909090. Windows color (decimal): -896050 or 13521906. OLE color: 13521906.

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

Color convert

RGB 242 83 206 -
CMYK 0 0.66 0.15 0.05
HSL 313.58º 0.86% 0.64% -
HSV(B) 313.58º 0.66% 0.95% -
XYZ 50.85 29.52 61.41 -
YUV 144.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 242 83 206 0 0.66 0.15 0.05 313.58 0.86 0.64
Hex F2 53 CE 0 42 F 5 13A 56 40
Octal 362 123 316 0 102 17 5 472 126 100
Binary 11110010 1010011 11001110 0 1000010 1111 101 100111010 1010110 1000000

Color Harmonies of #F253CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253CE

Black with #F253CE

Text Example


Text Example

White with #F253CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253CE; }

 p { color: rgb(242,83,206); }

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

background-color css

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

 a { background-color: rgb(242,83,206); }

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

border-color css

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

 span { border-color: rgb(242,83,206); }

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