Html Css Color HEX #F745E0 Razzle Dazzle Rose

📋 copy color: '#F745E0'

red 247 ◦ green 69 ◦ blue 224

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

Shades of Razzle Dazzle Rose #F745E0

Tints of Razzle Dazzle Rose #F745E0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.78%

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 45.74%
G = 12.78%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F745E0 (or 0xF745E0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 45 and E0. RGB value is (247,69,224). Sum of RGB (Red+Green+Blue) = 247+69+224=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 69 (27.34% from 255 or 12.78% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F745E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F745E0 is #08BA1F. Grayscale: #8B8B8B. Windows color (decimal): -571936 or 14697975. OLE color: 14697975.

HSL color Cylindrical-coordinate representation of color #F745E0: hue angle of 307.75º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F745E0 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 69 224 -
CMYK 0 0.72 0.09 0.03
HSL 307.75º 0.92% 0.62% -
HSV(B) 307.75º 0.72% 0.97% -
XYZ 53.94 29.41 73.36 -
YUV 139.89 175.47 204.4 -
System Red Green Blue C M Y K H S L
Decimal 247 69 224 0 0.72 0.09 0.03 307.75 0.92 0.62
Hex F7 45 E0 0 48 9 3 134 5C 3E
Octal 367 105 340 0 110 11 3 464 134 76
Binary 11110111 1000101 11100000 0 1001000 1001 11 100110100 1011100 111110

Color Harmonies of #F745E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F745E0

Black with #F745E0

Text Example


Text Example

White with #F745E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F745E0; }

 p { color: rgb(247,69,224); }

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

background-color css

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

 a { background-color: rgb(247,69,224); }

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

border-color css

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

 span { border-color: rgb(247,69,224); }

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