Html Css Color HEX #FF4FCC Razzle Dazzle Rose

📋 copy color: '#FF4FCC'

red 255 ◦ green 79 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FF4FCC

Tints of Razzle Dazzle Rose #FF4FCC

RGB

 RED value IS 255 (100% from 255) = 47.4%

 GREEN value IS 79 (31.25% from 255) = 14.68%

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 47.4%
G = 14.68%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF4FCC (or 0xFF4FCC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4F and CC. RGB value is (255,79,204). Sum of RGB (Red+Green+Blue) = 255+79+204=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 79 (31.25% from 255 or 14.68% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4FCC is #00B033. Grayscale: #919191. Windows color (decimal): -45108 or 13389823. OLE color: 13389823.

HSL color Cylindrical-coordinate representation of color #FF4FCC: hue angle of 317.39º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4FCC is Cyan = 0, Magento = 0.69, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 255 79 204 -
CMYK 0 0.69 0.2 0
HSL 317.39º 1% 0.65% -
HSV(B) 317.39º 0.69% 1% -
XYZ 54.94 31.21 60.26 -
YUV 145.87 160.81 205.84 -
System Red Green Blue C M Y K H S L
Decimal 255 79 204 0 0.69 0.2 0 317.39 1 0.65
Hex FF 4F CC 0 45 14 0 13D 64 41
Octal 377 117 314 0 105 24 0 475 144 101
Binary 11111111 1001111 11001100 0 1000101 10100 0 100111101 1100100 1000001

Color Harmonies of #FF4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4FCC

Black with #FF4FCC

Text Example


Text Example

White with #FF4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4FCC; }

 p { color: rgb(255,79,204); }

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

background-color css

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

 a { background-color: rgb(255,79,204); }

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

border-color css

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

 span { border-color: rgb(255,79,204); }

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