Html Css Color HEX #F250C8 Free Speech Magenta

📋 copy color: '#F250C8'

red 242 ◦ green 80 ◦ blue 200

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

Shades of Free Speech Magenta #F250C8

Tints of Free Speech Magenta #F250C8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.33%

 BLUE value IS 200 (78.52% from 255) = 38.31%

R = 46.36%
G = 15.33%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F250C8 (or 0xF250C8) is known color: Free Speech Magenta. HEX triplet: F2, 50 and C8. RGB value is (242,80,200). Sum of RGB (Red+Green+Blue) = 242+80+200=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F250C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250C8 is #0DAF37. Grayscale: #8D8D8D. Windows color (decimal): -896824 or 13127922. OLE color: 13127922.

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

Color convert

RGB 242 80 200 -
CMYK 0 0.67 0.17 0.05
HSL 315.56º 0.86% 0.63% -
HSV(B) 315.56º 0.67% 0.95% -
XYZ 49.91 28.78 57.57 -
YUV 142.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 242 80 200 0 0.67 0.17 0.05 315.56 0.86 0.63
Hex F2 50 C8 0 43 11 5 13C 56 3F
Octal 362 120 310 0 103 21 5 474 126 77
Binary 11110010 1010000 11001000 0 1000011 10001 101 100111100 1010110 111111

Color Harmonies of #F250C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F250C8

Black with #F250C8

Text Example


Text Example

White with #F250C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F250C8; }

 p { color: rgb(242,80,200); }

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

background-color css

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

 a { background-color: rgb(242,80,200); }

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

border-color css

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

 span { border-color: rgb(242,80,200); }

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