Html Css Color HEX #F740B9 Razzle Dazzle Rose

📋 copy color: '#F740B9'

red 247 ◦ green 64 ◦ blue 185

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

Shades of Razzle Dazzle Rose #F740B9

Tints of Razzle Dazzle Rose #F740B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.3%

R = 49.8%
G = 12.9%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F740B9 (or 0xF740B9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and B9. RGB value is (247,64,185). Sum of RGB (Red+Green+Blue) = 247+64+185=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F740B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740B9 is #08BF46. Grayscale: #848484. Windows color (decimal): -573255 or 12140791. OLE color: 12140791.

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

Color convert

RGB 247 64 185 -
CMYK 0 0.74 0.25 0.03
HSL 320.33º 0.92% 0.61% -
HSV(B) 320.33º 0.74% 0.97% -
XYZ 48.95 26.94 48.52 -
YUV 132.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 247 64 185 0 0.74 0.25 0.03 320.33 0.92 0.61
Hex F7 40 B9 0 4A 19 3 140 5C 3D
Octal 367 100 271 0 112 31 3 500 134 75
Binary 11110111 1000000 10111001 0 1001010 11001 11 101000000 1011100 111101

Color Harmonies of #F740B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740B9

Black with #F740B9

Text Example


Text Example

White with #F740B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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