Html Css Color HEX #F740DA Razzle Dazzle Rose

📋 copy color: '#F740DA'

red 247 ◦ green 64 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F740DA

Tints of Razzle Dazzle Rose #F740DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 46.69%
G = 12.1%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F740DA (or 0xF740DA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and DA. RGB value is (247,64,218). Sum of RGB (Red+Green+Blue) = 247+64+218=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F740DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740DA is #08BF25. Grayscale: #878787. Windows color (decimal): -573222 or 14303479. OLE color: 14303479.

HSL color Cylindrical-coordinate representation of color #F740DA: hue angle of 309.51º 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 #F740DA is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 64 218 -
CMYK 0 0.74 0.12 0.03
HSL 309.51º 0.92% 0.61% -
HSV(B) 309.51º 0.74% 0.97% -
XYZ 52.85 28.5 69.05 -
YUV 136.27 174.13 206.98 -
System Red Green Blue C M Y K H S L
Decimal 247 64 218 0 0.74 0.12 0.03 309.51 0.92 0.61
Hex F7 40 DA 0 4A C 3 136 5C 3D
Octal 367 100 332 0 112 14 3 466 134 75
Binary 11110111 1000000 11011010 0 1001010 1100 11 100110110 1011100 111101

Color Harmonies of #F740DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740DA

Black with #F740DA

Text Example


Text Example

White with #F740DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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