Html Css Color HEX #F258DD Free Speech Magenta

📋 copy color: '#F258DD'

red 242 ◦ green 88 ◦ blue 221

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

Shades of Free Speech Magenta #F258DD

Tints of Free Speech Magenta #F258DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.97%

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

R = 43.92%
G = 15.97%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F258DD (or 0xF258DD) is known color: Free Speech Magenta. HEX triplet: F2, 58 and DD. RGB value is (242,88,221). Sum of RGB (Red+Green+Blue) = 242+88+221=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F258DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258DD is #0DA722. Grayscale: #949494. Windows color (decimal): -894755 or 14506226. OLE color: 14506226.

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

Color convert

RGB 242 88 221 -
CMYK 0 0.64 0.09 0.05
HSL 308.18º 0.86% 0.65% -
HSV(B) 308.18º 0.64% 0.95% -
XYZ 53.16 31.08 71.6 -
YUV 149.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 242 88 221 0 0.64 0.09 0.05 308.18 0.86 0.65
Hex F2 58 DD 0 40 9 5 134 56 41
Octal 362 130 335 0 100 11 5 464 126 101
Binary 11110010 1011000 11011101 0 1000000 1001 101 100110100 1010110 1000001

Color Harmonies of #F258DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258DD

Black with #F258DD

Text Example


Text Example

White with #F258DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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