Html Css Color HEX #F740C6 Razzle Dazzle Rose

📋 copy color: '#F740C6'

red 247 ◦ green 64 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F740C6

Tints of Razzle Dazzle Rose #F740C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.9%

R = 48.53%
G = 12.57%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F740C6 (or 0xF740C6) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and C6. RGB value is (247,64,198). Sum of RGB (Red+Green+Blue) = 247+64+198=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F740C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740C6 is #08BF39. Grayscale: #858585. Windows color (decimal): -573242 or 12992759. OLE color: 12992759.

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

Color convert

RGB 247 64 198 -
CMYK 0 0.74 0.20 0.03
HSL 316.07º 0.92% 0.61% -
HSV(B) 316.07º 0.74% 0.97% -
XYZ 50.38 27.52 56.08 -
YUV 133.99 164.13 208.6 -
System Red Green Blue C M Y K H S L
Decimal 247 64 198 0 0.74 0.20 0.03 316.07 0.92 0.61
Hex F7 40 C6 0 4A 14 3 13C 5C 3D
Octal 367 100 306 0 112 24 3 474 134 75
Binary 11110111 1000000 11000110 0 1001010 10100 11 100111100 1011100 111101

Color Harmonies of #F740C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740C6

Black with #F740C6

Text Example


Text Example

White with #F740C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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