Html Css Color HEX #F751CB Free Speech Magenta

📋 copy color: '#F751CB'

red 247 ◦ green 81 ◦ blue 203

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

Shades of Free Speech Magenta #F751CB

Tints of Free Speech Magenta #F751CB

RGB

 RED value IS 247 (96.88% from 255) = 46.52%

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

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

R = 46.52%
G = 15.25%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F751CB (or 0xF751CB) is known color: Free Speech Magenta. HEX triplet: F7, 51 and CB. RGB value is (247,81,203). Sum of RGB (Red+Green+Blue) = 247+81+203=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F751CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751CB is #08AE34. Grayscale: #909090. Windows color (decimal): -568885 or 13324791. OLE color: 13324791.

HSL color Cylindrical-coordinate representation of color #F751CB: hue angle of 315.9º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751CB is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 81 203 -
CMYK 0 0.67 0.18 0.03
HSL 315.9º 0.91% 0.64% -
HSV(B) 315.9º 0.67% 0.97% -
XYZ 52.08 29.97 59.54 -
YUV 144.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 247 81 203 0 0.67 0.18 0.03 315.9 0.91 0.64
Hex F7 51 CB 0 43 12 3 13C 5B 40
Octal 367 121 313 0 103 22 3 474 133 100
Binary 11110111 1010001 11001011 0 1000011 10010 11 100111100 1011011 1000000

Color Harmonies of #F751CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F751CB

Black with #F751CB

Text Example


Text Example

White with #F751CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F751CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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