Html Css Color HEX #F838CF Razzle Dazzle Rose

📋 copy color: '#F838CF'

red 248 ◦ green 56 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F838CF

Tints of Razzle Dazzle Rose #F838CF

RGB

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

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

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

R = 48.53%
G = 10.96%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F838CF (or 0xF838CF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 38 and CF. RGB value is (248,56,207). Sum of RGB (Red+Green+Blue) = 248+56+207=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F838CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F838CF is #07C730. Grayscale: #828282. Windows color (decimal): -509745 or 13580536. OLE color: 13580536.

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

Color convert

RGB 248 56 207 -
CMYK 0 0.77 0.17 0.03
HSL 312.81º 0.93% 0.6% -
HSV(B) 312.81º 0.77% 0.97% -
XYZ 51.39 27.29 61.59 -
YUV 130.62 171.11 211.72 -
System Red Green Blue C M Y K H S L
Decimal 248 56 207 0 0.77 0.17 0.03 312.81 0.93 0.6
Hex F8 38 CF 0 4D 11 3 139 5D 3C
Octal 370 70 317 0 115 21 3 471 135 74
Binary 11111000 111000 11001111 0 1001101 10001 11 100111001 1011101 111100

Color Harmonies of #F838CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F838CF

Black with #F838CF

Text Example


Text Example

White with #F838CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F838CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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