Html Css Color HEX #F740BF Razzle Dazzle Rose

📋 copy color: '#F740BF'

red 247 ◦ green 64 ◦ blue 191

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

Shades of Razzle Dazzle Rose #F740BF

Tints of Razzle Dazzle Rose #F740BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.05%

R = 49.2%
G = 12.75%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F740BF (or 0xF740BF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and BF. RGB value is (247,64,191). Sum of RGB (Red+Green+Blue) = 247+64+191=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F740BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740BF is #08BF40. Grayscale: #848484. Windows color (decimal): -573249 or 12534007. OLE color: 12534007.

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

Color convert

RGB 247 64 191 -
CMYK 0 0.74 0.23 0.03
HSL 318.36º 0.92% 0.61% -
HSV(B) 318.36º 0.74% 0.97% -
XYZ 49.6 27.2 51.93 -
YUV 133.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 247 64 191 0 0.74 0.23 0.03 318.36 0.92 0.61
Hex F7 40 BF 0 4A 17 3 13E 5C 3D
Octal 367 100 277 0 112 27 3 476 134 75
Binary 11110111 1000000 10111111 0 1001010 10111 11 100111110 1011100 111101

Color Harmonies of #F740BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740BF

Black with #F740BF

Text Example


Text Example

White with #F740BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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