Html Css Color HEX #F25CDD Free Speech Magenta

📋 copy color: '#F25CDD'

red 242 ◦ green 92 ◦ blue 221

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

Shades of Free Speech Magenta #F25CDD

Tints of Free Speech Magenta #F25CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.58%

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

R = 43.6%
G = 16.58%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F25CDD (or 0xF25CDD) is known color: Free Speech Magenta. HEX triplet: F2, 5C and DD. RGB value is (242,92,221). Sum of RGB (Red+Green+Blue) = 242+92+221=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CDD is #0DA322. Grayscale: #979797. Windows color (decimal): -893731 or 14507250. OLE color: 14507250.

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

Color convert

RGB 242 92 221 -
CMYK 0 0.62 0.09 0.05
HSL 308.4º 0.85% 0.65% -
HSV(B) 308.4º 0.62% 0.95% -
XYZ 53.5 31.75 71.72 -
YUV 151.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 242 92 221 0 0.62 0.09 0.05 308.4 0.85 0.65
Hex F2 5C DD 0 3E 9 5 134 55 41
Octal 362 134 335 0 76 11 5 464 125 101
Binary 11110010 1011100 11011101 0 111110 1001 101 100110100 1010101 1000001

Color Harmonies of #F25CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CDD

Black with #F25CDD

Text Example


Text Example

White with #F25CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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