Html Css Color HEX #F838C7 Razzle Dazzle Rose

📋 copy color: '#F838C7'

red 248 ◦ green 56 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F838C7

Tints of Razzle Dazzle Rose #F838C7

RGB

 RED value IS 248 (97.27% from 255) = 49.3%

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

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

R = 49.3%
G = 11.13%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F838C7 (or 0xF838C7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 38 and C7. RGB value is (248,56,199). Sum of RGB (Red+Green+Blue) = 248+56+199=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F838C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F838C7 is #07C738. Grayscale: #818181. Windows color (decimal): -509753 or 13056248. OLE color: 13056248.

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

Color convert

RGB 248 56 199 -
CMYK 0 0.77 0.20 0.03
HSL 315.31º 0.93% 0.6% -
HSV(B) 315.31º 0.77% 0.97% -
XYZ 50.43 26.91 56.57 -
YUV 129.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 248 56 199 0 0.77 0.20 0.03 315.31 0.93 0.6
Hex F8 38 C7 0 4D 14 3 13B 5D 3C
Octal 370 70 307 0 115 24 3 473 135 74
Binary 11111000 111000 11000111 0 1001101 10100 11 100111011 1011101 111100

Color Harmonies of #F838C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F838C7

Black with #F838C7

Text Example


Text Example

White with #F838C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F838C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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