Html Css Color HEX #F251CB Free Speech Magenta

📋 copy color: '#F251CB'

red 242 ◦ green 81 ◦ blue 203

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

Shades of Free Speech Magenta #F251CB

Tints of Free Speech Magenta #F251CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 46.01%
G = 15.4%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F251CB (or 0xF251CB) is known color: Free Speech Magenta. HEX triplet: F2, 51 and CB. RGB value is (242,81,203). Sum of RGB (Red+Green+Blue) = 242+81+203=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F251CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251CB is #0DAE34. Grayscale: #8E8E8E. Windows color (decimal): -896565 or 13324786. OLE color: 13324786.

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

Color convert

RGB 242 81 203 -
CMYK 0 0.67 0.16 0.05
HSL 314.53º 0.86% 0.63% -
HSV(B) 314.53º 0.67% 0.95% -
XYZ 50.34 29.07 59.46 -
YUV 143.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 242 81 203 0 0.67 0.16 0.05 314.53 0.86 0.63
Hex F2 51 CB 0 43 10 5 13B 56 3F
Octal 362 121 313 0 103 20 5 473 126 77
Binary 11110010 1010001 11001011 0 1000011 10000 101 100111011 1010110 111111

Color Harmonies of #F251CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251CB

Black with #F251CB

Text Example


Text Example

White with #F251CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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