Html Css Color HEX #F740CF Razzle Dazzle Rose

📋 copy color: '#F740CF'

red 247 ◦ green 64 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F740CF

Tints of Razzle Dazzle Rose #F740CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 47.68%
G = 12.36%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F740CF (or 0xF740CF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and CF. RGB value is (247,64,207). Sum of RGB (Red+Green+Blue) = 247+64+207=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F740CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740CF is #08BF30. Grayscale: #868686. Windows color (decimal): -573233 or 13582583. OLE color: 13582583.

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

Color convert

RGB 247 64 207 -
CMYK 0 0.74 0.16 0.03
HSL 313.11º 0.92% 0.61% -
HSV(B) 313.11º 0.74% 0.97% -
XYZ 51.45 27.95 61.71 -
YUV 135.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 247 64 207 0 0.74 0.16 0.03 313.11 0.92 0.61
Hex F7 40 CF 0 4A 10 3 139 5C 3D
Octal 367 100 317 0 112 20 3 471 134 75
Binary 11110111 1000000 11001111 0 1001010 10000 11 100111001 1011100 111101

Color Harmonies of #F740CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740CF

Black with #F740CF

Text Example


Text Example

White with #F740CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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