Html Css Color HEX #F740C3 Razzle Dazzle Rose

📋 copy color: '#F740C3'

red 247 ◦ green 64 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F740C3

Tints of Razzle Dazzle Rose #F740C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.54%

R = 48.81%
G = 12.65%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F740C3 (or 0xF740C3) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and C3. RGB value is (247,64,195). Sum of RGB (Red+Green+Blue) = 247+64+195=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F740C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740C3 is #08BF3C. Grayscale: #858585. Windows color (decimal): -573245 or 12796151. OLE color: 12796151.

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

Color convert

RGB 247 64 195 -
CMYK 0 0.74 0.21 0.03
HSL 317.05º 0.92% 0.61% -
HSV(B) 317.05º 0.74% 0.97% -
XYZ 50.04 27.38 54.28 -
YUV 133.65 162.63 208.85 -
System Red Green Blue C M Y K H S L
Decimal 247 64 195 0 0.74 0.21 0.03 317.05 0.92 0.61
Hex F7 40 C3 0 4A 15 3 13D 5C 3D
Octal 367 100 303 0 112 25 3 475 134 75
Binary 11110111 1000000 11000011 0 1001010 10101 11 100111101 1011100 111101

Color Harmonies of #F740C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740C3

Black with #F740C3

Text Example


Text Example

White with #F740C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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