Html Css Color HEX #FE07AF Hollywood Cerise

📋 copy color: '#FE07AF'

red 254 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #FE07AF

Tints of Hollywood Cerise #FE07AF

RGB

 RED value IS 254 (99.61% from 255) = 58.26%

 GREEN value IS 7 (3.13% from 255) = 1.61%

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 58.26%
G = 1.61%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE07AF (or 0xFE07AF) is known color: Hollywood Cerise. HEX triplet: FE, 07 and AF. RGB value is (254,7,175). Sum of RGB (Red+Green+Blue) = 254+7+175=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE07AF is #01F850. Grayscale: #636363. Windows color (decimal): -129105 or 11470846. OLE color: 11470846.

HSL color Cylindrical-coordinate representation of color #FE07AF: hue angle of 319.19º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE07AF is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 7 175 -
CMYK 0 0.97 0.31 0.00
HSL 319.19º 0.99% 0.51% -
HSV(B) 319.19º 0.97% 1% -
XYZ 48.69 24.32 42.69 -
YUV 100.01 170.33 237.84 -
System Red Green Blue C M Y K H S L
Decimal 254 7 175 0 0.97 0.31 0.00 319.19 0.99 0.51
Hex FE 7 AF 0 61 1F 0 13F 63 33
Octal 376 7 257 0 141 37 0 477 143 63
Binary 11111110 111 10101111 0 1100001 11111 0 100111111 1100011 110011

Color Harmonies of #FE07AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE07AF

Black with #FE07AF

Text Example


Text Example

White with #FE07AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE07AF; }

 p { color: rgb(254,7,175); }

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

background-color css

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

 a { background-color: rgb(254,7,175); }

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

border-color css

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

 span { border-color: rgb(254,7,175); }

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