Html Css Color HEX #F740DC Razzle Dazzle Rose

📋 copy color: '#F740DC'

red 247 ◦ green 64 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F740DC

Tints of Razzle Dazzle Rose #F740DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.05%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 46.52%
G = 12.05%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F740DC (or 0xF740DC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and DC. RGB value is (247,64,220). Sum of RGB (Red+Green+Blue) = 247+64+220=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F740DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740DC is #08BF23. Grayscale: #888888. Windows color (decimal): -573220 or 14434551. OLE color: 14434551.

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

Color convert

RGB 247 64 220 -
CMYK 0 0.74 0.11 0.03
HSL 308.85º 0.92% 0.61% -
HSV(B) 308.85º 0.74% 0.97% -
XYZ 53.11 28.61 70.43 -
YUV 136.5 175.13 206.82 -
System Red Green Blue C M Y K H S L
Decimal 247 64 220 0 0.74 0.11 0.03 308.85 0.92 0.61
Hex F7 40 DC 0 4A B 3 135 5C 3D
Octal 367 100 334 0 112 13 3 465 134 75
Binary 11110111 1000000 11011100 0 1001010 1011 11 100110101 1011100 111101

Color Harmonies of #F740DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740DC

Black with #F740DC

Text Example


Text Example

White with #F740DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740DC; }

 p { color: rgb(247,64,220); }

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

background-color css

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

 a { background-color: rgb(247,64,220); }

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

border-color css

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

 span { border-color: rgb(247,64,220); }

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