Html Css Color HEX #F740BB Razzle Dazzle Rose

📋 copy color: '#F740BB'

red 247 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F740BB

Tints of Razzle Dazzle Rose #F740BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 49.6%
G = 12.85%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F740BB (or 0xF740BB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and BB. RGB value is (247,64,187). Sum of RGB (Red+Green+Blue) = 247+64+187=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F740BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740BB is #08BF44. Grayscale: #848484. Windows color (decimal): -573253 or 12271863. OLE color: 12271863.

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

Color convert

RGB 247 64 187 -
CMYK 0 0.74 0.24 0.03
HSL 319.67º 0.92% 0.61% -
HSV(B) 319.67º 0.74% 0.97% -
XYZ 49.16 27.03 49.64 -
YUV 132.74 158.63 209.5 -
System Red Green Blue C M Y K H S L
Decimal 247 64 187 0 0.74 0.24 0.03 319.67 0.92 0.61
Hex F7 40 BB 0 4A 18 3 140 5C 3D
Octal 367 100 273 0 112 30 3 500 134 75
Binary 11110111 1000000 10111011 0 1001010 11000 11 101000000 1011100 111101

Color Harmonies of #F740BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740BB

Black with #F740BB

Text Example


Text Example

White with #F740BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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