Html Css Color HEX #F938C7 Razzle Dazzle Rose

📋 copy color: '#F938C7'

red 249 ◦ green 56 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F938C7

Tints of Razzle Dazzle Rose #F938C7

RGB

 RED value IS 249 (97.66% from 255) = 49.4%

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

 BLUE value IS 199 (78.13% from 255) = 39.48%

R = 49.4%
G = 11.11%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F938C7 (or 0xF938C7) is known color: Razzle Dazzle Rose. HEX triplet: F9, 38 and C7. RGB value is (249,56,199). Sum of RGB (Red+Green+Blue) = 249+56+199=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F938C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F938C7 is #06C738. Grayscale: #818181. Windows color (decimal): -444217 or 13056249. OLE color: 13056249.

HSL color Cylindrical-coordinate representation of color #F938C7: hue angle of 315.54º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F938C7 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 56 199 -
CMYK 0 0.78 0.20 0.02
HSL 315.54º 0.94% 0.6% -
HSV(B) 315.54º 0.78% 0.98% -
XYZ 50.79 27.09 56.59 -
YUV 130.01 166.94 212.87 -
System Red Green Blue C M Y K H S L
Decimal 249 56 199 0 0.78 0.20 0.02 315.54 0.94 0.6
Hex F9 38 C7 0 4E 14 2 13C 5E 3C
Octal 371 70 307 0 116 24 2 474 136 74
Binary 11111001 111000 11000111 0 1001110 10100 10 100111100 1011110 111100

Color Harmonies of #F938C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F938C7

Black with #F938C7

Text Example


Text Example

White with #F938C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F938C7; }

 p { color: rgb(249,56,199); }

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

background-color css

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

 a { background-color: rgb(249,56,199); }

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

border-color css

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

 span { border-color: rgb(249,56,199); }

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