Html Css Color HEX #F744D0 Razzle Dazzle Rose

📋 copy color: '#F744D0'

red 247 ◦ green 68 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F744D0

Tints of Razzle Dazzle Rose #F744D0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13%

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 47.23%
G = 13%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F744D0 (or 0xF744D0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 44 and D0. RGB value is (247,68,208). Sum of RGB (Red+Green+Blue) = 247+68+208=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 68 (26.95% from 255 or 13.00% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F744D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F744D0 is #08BB2F. Grayscale: #898989. Windows color (decimal): -572208 or 13649143. OLE color: 13649143.

HSL color Cylindrical-coordinate representation of color #F744D0: hue angle of 313.07º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F744D0 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 68 208 -
CMYK 0 0.72 0.16 0.03
HSL 313.07º 0.92% 0.62% -
HSV(B) 313.07º 0.72% 0.97% -
XYZ 51.81 28.46 62.44 -
YUV 137.48 167.8 206.12 -
System Red Green Blue C M Y K H S L
Decimal 247 68 208 0 0.72 0.16 0.03 313.07 0.92 0.62
Hex F7 44 D0 0 48 10 3 139 5C 3E
Octal 367 104 320 0 110 20 3 471 134 76
Binary 11110111 1000100 11010000 0 1001000 10000 11 100111001 1011100 111110

Color Harmonies of #F744D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F744D0

Black with #F744D0

Text Example


Text Example

White with #F744D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F744D0; }

 p { color: rgb(247,68,208); }

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

background-color css

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

 a { background-color: rgb(247,68,208); }

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

border-color css

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

 span { border-color: rgb(247,68,208); }

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