Html Css Color HEX #F251C7 Free Speech Magenta

📋 copy color: '#F251C7'

red 242 ◦ green 81 ◦ blue 199

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

Shades of Free Speech Magenta #F251C7

Tints of Free Speech Magenta #F251C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.12%

R = 46.36%
G = 15.52%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F251C7 (or 0xF251C7) is known color: Free Speech Magenta. HEX triplet: F2, 51 and C7. RGB value is (242,81,199). Sum of RGB (Red+Green+Blue) = 242+81+199=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F251C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251C7 is #0DAE38. Grayscale: #8E8E8E. Windows color (decimal): -896569 or 13062642. OLE color: 13062642.

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

Color convert

RGB 242 81 199 -
CMYK 0 0.67 0.18 0.05
HSL 316.02º 0.86% 0.63% -
HSV(B) 316.02º 0.67% 0.95% -
XYZ 49.87 28.89 56.98 -
YUV 142.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 242 81 199 0 0.67 0.18 0.05 316.02 0.86 0.63
Hex F2 51 C7 0 43 12 5 13C 56 3F
Octal 362 121 307 0 103 22 5 474 126 77
Binary 11110010 1010001 11000111 0 1000011 10010 101 100111100 1010110 111111

Color Harmonies of #F251C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251C7

Black with #F251C7

Text Example


Text Example

White with #F251C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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