Html Css Color HEX #F738BA Razzle Dazzle Rose

📋 copy color: '#F738BA'

red 247 ◦ green 56 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F738BA

Tints of Razzle Dazzle Rose #F738BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.45%

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 50.51%
G = 11.45%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F738BA (or 0xF738BA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 38 and BA. RGB value is (247,56,186). Sum of RGB (Red+Green+Blue) = 247+56+186=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F738BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F738BA is #08C745. Grayscale: #7F7F7F. Windows color (decimal): -575302 or 12204279. OLE color: 12204279.

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

Color convert

RGB 247 56 186 -
CMYK 0 0.77 0.25 0.03
HSL 319.16º 0.92% 0.59% -
HSV(B) 319.16º 0.77% 0.97% -
XYZ 48.63 26.15 48.94 -
YUV 127.93 160.78 212.93 -
System Red Green Blue C M Y K H S L
Decimal 247 56 186 0 0.77 0.25 0.03 319.16 0.92 0.59
Hex F7 38 BA 0 4D 19 3 13F 5C 3B
Octal 367 70 272 0 115 31 3 477 134 73
Binary 11110111 111000 10111010 0 1001101 11001 11 100111111 1011100 111011

Color Harmonies of #F738BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F738BA

Black with #F738BA

Text Example


Text Example

White with #F738BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F738BA; }

 p { color: rgb(247,56,186); }

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

background-color css

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

 a { background-color: rgb(247,56,186); }

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

border-color css

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

 span { border-color: rgb(247,56,186); }

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