Html Css Color HEX #F740BE Razzle Dazzle Rose

📋 copy color: '#F740BE'

red 247 ◦ green 64 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F740BE

Tints of Razzle Dazzle Rose #F740BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 49.3%
G = 12.77%
B = 37.92%

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

#F740BE (or 0xF740BE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and BE. RGB value is (247,64,190). Sum of RGB (Red+Green+Blue) = 247+64+190=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F740BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740BE is #08BF41. Grayscale: #848484. Windows color (decimal): -573250 or 12468471. OLE color: 12468471.

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

Color convert

RGB 247 64 190 -
CMYK 0 0.74 0.23 0.03
HSL 318.69º 0.92% 0.61% -
HSV(B) 318.69º 0.74% 0.97% -
XYZ 49.49 27.16 51.35 -
YUV 133.08 160.13 209.25 -
System Red Green Blue C M Y K H S L
Decimal 247 64 190 0 0.74 0.23 0.03 318.69 0.92 0.61
Hex F7 40 BE 0 4A 17 3 13F 5C 3D
Octal 367 100 276 0 112 27 3 477 134 75
Binary 11110111 1000000 10111110 0 1001010 10111 11 100111111 1011100 111101

Color Harmonies of #F740BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740BE

Black with #F740BE

Text Example


Text Example

White with #F740BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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