Html Css Color HEX #F251CE Free Speech Magenta

📋 copy color: '#F251CE'

red 242 ◦ green 81 ◦ blue 206

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

Shades of Free Speech Magenta #F251CE

Tints of Free Speech Magenta #F251CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.31%

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

R = 45.75%
G = 15.31%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F251CE (or 0xF251CE) is known color: Free Speech Magenta. HEX triplet: F2, 51 and CE. RGB value is (242,81,206). Sum of RGB (Red+Green+Blue) = 242+81+206=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F251CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251CE is #0DAE31. Grayscale: #8F8F8F. Windows color (decimal): -896562 or 13521394. OLE color: 13521394.

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

Color convert

RGB 242 81 206 -
CMYK 0 0.67 0.15 0.05
HSL 313.42º 0.86% 0.63% -
HSV(B) 313.42º 0.67% 0.95% -
XYZ 50.7 29.22 61.36 -
YUV 143.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 242 81 206 0 0.67 0.15 0.05 313.42 0.86 0.63
Hex F2 51 CE 0 43 F 5 139 56 3F
Octal 362 121 316 0 103 17 5 471 126 77
Binary 11110010 1010001 11001110 0 1000011 1111 101 100111001 1010110 111111

Color Harmonies of #F251CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251CE

Black with #F251CE

Text Example


Text Example

White with #F251CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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