Html Css Color HEX #F251DD Free Speech Magenta

📋 copy color: '#F251DD'

red 242 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #F251DD

Tints of Free Speech Magenta #F251DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 44.49%
G = 14.89%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F251DD (or 0xF251DD) is known color: Free Speech Magenta. HEX triplet: F2, 51 and DD. RGB value is (242,81,221). Sum of RGB (Red+Green+Blue) = 242+81+221=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 81 (32.03% from 255 or 14.89% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F251DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251DD is #0DAE22. Grayscale: #909090. Windows color (decimal): -896547 or 14504434. OLE color: 14504434.

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

Color convert

RGB 242 81 221 -
CMYK 0 0.67 0.09 0.05
HSL 307.83º 0.86% 0.63% -
HSV(B) 307.83º 0.67% 0.95% -
XYZ 52.61 29.98 71.42 -
YUV 145.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 242 81 221 0 0.67 0.09 0.05 307.83 0.86 0.63
Hex F2 51 DD 0 43 9 5 134 56 3F
Octal 362 121 335 0 103 11 5 464 126 77
Binary 11110010 1010001 11011101 0 1000011 1001 101 100110100 1010110 111111

Color Harmonies of #F251DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251DD

Black with #F251DD

Text Example


Text Example

White with #F251DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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