Html Css Color HEX #F740B7 Razzle Dazzle Rose

📋 copy color: '#F740B7'

red 247 ◦ green 64 ◦ blue 183

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

Shades of Razzle Dazzle Rose #F740B7

Tints of Razzle Dazzle Rose #F740B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 50%
G = 12.96%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F740B7 (or 0xF740B7) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and B7. RGB value is (247,64,183). Sum of RGB (Red+Green+Blue) = 247+64+183=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F740B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740B7 is #08BF48. Grayscale: #838383. Windows color (decimal): -573257 or 12009719. OLE color: 12009719.

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

Color convert

RGB 247 64 183 -
CMYK 0 0.74 0.26 0.03
HSL 320.98º 0.92% 0.61% -
HSV(B) 320.98º 0.74% 0.97% -
XYZ 48.74 26.86 47.42 -
YUV 132.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 247 64 183 0 0.74 0.26 0.03 320.98 0.92 0.61
Hex F7 40 B7 0 4A 1A 3 141 5C 3D
Octal 367 100 267 0 112 32 3 501 134 75
Binary 11110111 1000000 10110111 0 1001010 11010 11 101000001 1011100 111101

Color Harmonies of #F740B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740B7

Black with #F740B7

Text Example


Text Example

White with #F740B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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